27 Answer
(Choose 1 answer)
What does this SQL command do?
SELECT COUNT(*) FROM Product
A. It adds a COUNT column to the Product table
B. It selects data from column COUNT
C. It only retrieves the rows of Product if there are at least two rows
D. It counts the rows in the table Product