(12
(Choose 1 answer)
What does the LIMIT clause in the following SQL accomplish?
SELECT org, count FROM Counts
A. It avoids reading data from any table other than Counts
ORDER BY count DESC LIMIT 10
B. It reverses the sort order if there are more than 10 rows
C. It only sorts on the first 10 characters of the column
D. It only retrieves the first 10 rows from the table
FUO cute Stam