1.

State true or false: SQL does not permit distinct with count(*)(a) True(b) FalseI got this question in an interview for internship.My question is from Aggregate Functions topic in chapter Introduction to Relational Model and Sql of RDBMS

Answer»

The correct choice is (a) True

Explanation: SQL does not PERMIT distinct with count(*) but the USE of distinct is ALLOWED with max and min.



Discussion

No Comment Found

Related InterviewSolutions