CONCAT function in SQL is used to:
TRIM function do in SQL?
INSTR function return in SQL?
TO_DATE function do in SQL?
TO_CHAR function do when used with dates?
TRUNC function in SQL is used to:
MOD function in SQL?
SIGN function in SQL do?
| Qno | Answer |
|---|---|
| 1 | A) UPPER |
| 2 | B) Combine two or more strings into one |
| 3 | A) LOWER |
| 4 | A) LENGTH |
| 5 | B) Removes leading and trailing spaces from a string |
| 6 | A) REPLACE |
| 7 | A) SUBSTRING |
| 8 | A) The position of a substring in a string |
| 9 | B) RTRIM |
| 10 | B) INSTR |
| 11 | C) SYSDATE |
| 12 | A) TO_DATE |
| 13 | A) CURRENT_DATE |
| 14 | B) EXTRACT(YEAR FROM date) |
| 15 | A) DATE_ADD |
| 16 | A) DATEDIFF |
| 17 | B) Converts a string to a date |
| 18 | B) CURRENT_TIME |
| 19 | B) EXTRACT(MONTH FROM date) |
| 20 | A) Converts a date to a string with a specified format |
| 21 | A) ROUND |
| 22 | B) Remove the decimal part of a number |
| 23 | B) Get the remainder of a division operation |
| 24 | A) ABS |
| 25 | B) SQRT() |
| 26 | A) CEIL |
| 27 | A) CEILING |
| 28 | A) Returns the sign of a number (positive, negative, or zero) |
| 29 | B) POWER() |
| 30 | B) FLOOR |