1.

With SQL, how can you return the number of records in the "persons" table?

A. SELECT COUNT () FROM persons
B. SELECT COLUMN (*) FROM persons
C. SELECT COLUMN () FROM persons
D. SELECT COUNT (*) FROM persons
Answer» E.


Discussion

No Comment Found