

InterviewSolution
Saved Bookmarks
1. |
A type of query that is placed within a WHERE or HAVING clause of another query is called(a) Master query(b) Sub query(c) Super query(d) Multi-queryI had been asked this question in a job interview.This is a very interesting question from DML Command in chapter SQL Basics of Oracle |
Answer» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/choice-915996" style="font-weight:bold;" target="_blank" title="Click to know more about CHOICE">CHOICE</a> is (b) Sub query<br/><br/>The best I can explain: Sub-query that is <a href="https://interviewquestions.tuteehub.com/tag/placed-591674" style="font-weight:bold;" target="_blank" title="Click to know more about PLACED">PLACED</a> <a href="https://interviewquestions.tuteehub.com/tag/within-732414" style="font-weight:bold;" target="_blank" title="Click to know more about WITHIN">WITHIN</a> a WHERE or HAVING <a href="https://interviewquestions.tuteehub.com/tag/clause-918411" style="font-weight:bold;" target="_blank" title="Click to know more about CLAUSE">CLAUSE</a> of another query.</p></body></html> | |