Oracle Related Exams
1z0-882 Exam

Consider a table my_table , with contents shown:
You execute:
SELECT a b, b a
FROM my_table
WHERE a < s
ORDER BY b;
What does this statement return?
Which two can be used to obtain information stored in the Diagnostics Area?
Which three statements describe valid reasons why queries that use “SELECT” construct are discouraged?