Assuming a table Country exists with a column Name, which of the following are valid uses of the LIMIT clause?

Assuming a table Country exists with a column Name, which of the following are valid uses of the LIMIT clause?

Assuming a table Country exists with a column Name, which of the following are valid uses of the LIMIT clause?

A.
SELECT Name FROM Country LIMIT 100-50

B.
SELECT Name FROM Country LIMIT 100,50

C.
SELECT Name FROM Country LIMIT 35

D.
SELECT Name FROM Country LIMIT @limitcount

E.
SELECT Name FROM Country LIMIT RAND()



Leave a Reply 0

Your email address will not be published. Required fields are marked *