

InterviewSolution
Saved Bookmarks
1. |
In an SQL statement, which of the following parts states the conditions for row selection?(a) Where(b) From(c) Order By(d) Group ByThis question was addressed to me in final exam.I would like to ask this question from DCL,TCL Command topic in chapter SQL Basics of Oracle |
Answer» <html><body><p>The correct choice is (a) Where<br/><br/>The best I can <a href="https://interviewquestions.tuteehub.com/tag/explain-447165" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLAIN">EXPLAIN</a>: In an <a href="https://interviewquestions.tuteehub.com/tag/sql-4621" style="font-weight:bold;" target="_blank" title="Click to know more about SQL">SQL</a> statement where <a href="https://interviewquestions.tuteehub.com/tag/clause-918411" style="font-weight:bold;" target="_blank" title="Click to know more about CLAUSE">CLAUSE</a> states the <a href="https://interviewquestions.tuteehub.com/tag/conditions-424384" style="font-weight:bold;" target="_blank" title="Click to know more about CONDITIONS">CONDITIONS</a> for rowselection.</p></body></html> | |