1.

Which of the following is not an aggregate function?(a) Avg(b) Sum(c) With(d) MinThe question was posed to me in an interview for job.This is a very interesting question from Aggregate Functions and Nested Subqueries in section SQL : Queries, Constraints and Triggers of Database Management

Answer»

Right option is (C) With

Explanation: With is used to CREATE temporary RELATION and its not an aggregate FUNCTION.



Discussion

No Comment Found

Related InterviewSolutions