1.

State true or false: We can use Subqueries inside the from clause(a) True(b) FalseThe question was posed to me in an international level competition.My enquiry is from Nested Subqueries in division Introduction to Relational Model and Sql of RDBMS

Answer»

Correct option is (a) True

To explain I would say: SQL ALLOWS the USE of Subqueries inside the from clause. The subquery used in the from clause MUST have in its RESULT the attributes that are SPECIFIED in the select clause.



Discussion

No Comment Found

Related InterviewSolutions