InterviewSolution
Saved Bookmarks
| 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 |
|