recategorized by
1,726 views
1 votes
1 votes

Consider a database table $R$ with attributes $A$ and $B$. Which of the following $SQL$ queries is illegal ?

  1. SELECT A FROM R;
  2. SELECT A, COUNT(*) FROM R;
  3. SELECT A, COUNT(*) FROM R GROUP BY A;
  4. SELECT A, B, COUNT(*) FROM R GROUP BY A, B;
recategorized by

1 Answer

Related questions

0 votes
0 votes
1 answer
3
makhdoom ghaya asked Sep 24, 2016
1,427 views
DBMS provides the facility of accessing data from a database throughDDLDMLDBASchema
2 votes
2 votes
1 answer
4
makhdoom ghaya asked Sep 28, 2016
2,849 views
In Data mining, ______ is a method of incremental conceptual clustering.STRINGCOBWEBCORBAOLAD