+2 votes
in Class 12 by kratos

Write the output of the following SQL queries.

(0 SELECT ROUND (8.687,2)

(ii) SELECT DAYOFMONTH ('2016-08-20')

(iii) SELECT MONTH ('2016-03-20')

(iv) SELECT RIGHT (COMPUTER', 4)

1 Answer

+5 votes
by kratos
 
Best answer

(i) 8.69

(ii) 20

(iii) 03

(iv) UTER

...