Q:

The SQL statement SELECT ROUND(45.926, -1) FROM DUAL;

belongs to collection: DBMS - SQL MCQ

-2

The SQL statement
SELECT ROUND(45.926, -1) FROM DUAL;


  1. is illegal
  2. prints garbage
  3. prints 045.926
  4. prints 50

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).prints 50

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following must be enclosed in double ... >>
<< The SQL statement SELECT SUBSTR('abcdefghij&...