

InterviewSolution
Saved Bookmarks
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» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/option-25810" style="font-weight:bold;" target="_blank" title="Click to know more about OPTION">OPTION</a> is (a) <a href="https://interviewquestions.tuteehub.com/tag/select-630282" style="font-weight:bold;" target="_blank" title="Click to know more about SELECT">SELECT</a> queries<br/><br/>The explanation is: An ORDER BY clause <a href="https://interviewquestions.tuteehub.com/tag/allows-857958" style="font-weight:bold;" target="_blank" title="Click to know more about ALLOWS">ALLOWS</a> you to <a href="https://interviewquestions.tuteehub.com/tag/specify-1221718" style="font-weight:bold;" target="_blank" title="Click to know more about SPECIFY">SPECIFY</a> the order in which rows appear in the <a href="https://interviewquestions.tuteehub.com/tag/result-1187343" style="font-weight:bold;" target="_blank" title="Click to know more about RESULT">RESULT</a> set.</p></body></html> | |