1.

Which of the following creates a temporary relation for the query on which it is defined?(a) With(b) From(c) Where(d) SelectThe question was asked in exam.My question is from Aggregate Functions and Nested Subqueries topic in portion SQL : Queries, Constraints and Triggers of Database Management

Answer»

The CORRECT option is (a) With

Easy explanation - The with CLAUSE PROVIDES a way of DEFINING a temporary RELATION whose definition is available only to the query in which the with clause occurs.



Discussion

No Comment Found

Related InterviewSolutions