Search
Let's say that we want to select only 5 students.
SQL has a LIMIT clause which can be used to achieve this.
LIMIT
LIMIT returns the specified number of records from the top of the result.