Question

To count the number of rows in a table, use the SQL construct ________.
A) SELECT *
B) SELECT TOP n *
C) SELECT COUNT(TOP n)
D) SELECT COUNT(*)

Answer

This answer is hidden. It contains 1 characters.