Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.72K Points
Extraordinary

Q. Suppose you have 1000 records and you only want 100 records which of the following clause you will use?

(A) SET LIMIT
(B) LIMIT
(C) HAVING
(D) GROUP BY
Explanation by: Jatin Dubey
The LIMIT clause helps us to set a limit to records we want in return as a result.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.