InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a built in aggregate function in SQL?(a) avg(b) max(c) total(d) countThis question was addressed to me in unit test.This is a very interesting question from Aggregate Functions topic in portion Introduction to Relational Model and Sql of RDBMS |
|
Answer» The correct choice is (c) total |
|