Computer Science, asked by kaurprabhnoor202, 2 months ago

12. SQL Output III
The SQL statement below prints:
SELECT LPAD ('abcd',10,'wert') FROM DUAL;
Pick ONE option
wertweabcd
abcdwertwer
wertwertab
abwertwert
Clear Selection​

Answers

Answered by ayush160808
3

Answer:

I don't know

but I need likes and brainlist so plz

Answered by kavyapsynergy
3

SQL statement prints ‘wertweabcd’  

LPAD

In SQL, the LPAD() method is used to pad or add a string to the left of an existing string. The LPAD() function lengthens a string by padding it with another string.

The LPAD() function eliminates the overflowing characters from the string if the length of the original string is greater than the length parameter. The function can be used to format a query's output.

Similar questions