Which of the following queries on table STUDENT will return number 2 as a result?

A) SELECT COUNT(*) FROM student;
B) SELECT COUNT(name) FROM student;
C) SELECT COUNT(class) FROM student;
D) SELECT COUNT(DISTINCT class) FROM student;

D

Business

You might also like to view...

Some marketers now rely almost entirely on digital and social media

Indicate whether the statement is true or false

Business

Users should create a folder to hold EER models created with the MySQL Workbench

Indicate whether the statement is true or false

Business