SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

What is the output of the following query SELECT TRUNC(1234.5678,-2) FROM DUAL;?

SQL Interview Question
SQL Interview Question

Answer:

1200.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What command is used to create a table by copying the structure of another table?What is the parameter substitution symbol used with INSERT INTO command?