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