Multiple Choices
(Choose 1 answer)
What does this SQL command do?
SELECT COUNT(*) FROM Users
A. It adds a COUNT column to the Users table
B. It is a syntax errror
C. It only retrieves the rows of Users if there are at least two rows
D. It counts the rows in the table Users