1.

The ORDER BY clause can only be used in ___________(a) SELECT queries(b) INSERT queries(c) GROUP BY queries(d) HAVING queriesI got this question in an interview.My query is from Storing and Guarding the Data topic in chapter Oracle Database 11g Architecture Options of Oracle

Answer»

Right OPTION is (a) SELECT queries

The explanation is: An ORDER BY clause ALLOWS you to SPECIFY the order in which rows appear in the RESULT set.



Discussion

No Comment Found

Related InterviewSolutions