InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements is true concerning subqueries?(a) Involves the use of an inner and outer query(b) Cannot return the same result as a query that is not a subquery(c) Does not start with the word SELECT(d) All of the mentionedI had been asked this question in examination.Enquiry is from Joins topic in chapter Laying the Foundation of SQL Server |
|
Answer» Right option is (a) Involves the USE of an inner and outer query |
|