Depending on the number of records in a table, sometimes we get larger result sets than we bargained for. That's why we can use a LIMIT clause.

Excellent! The LIMIT clause requires an INT-type value with the maximum number of records we want to have in the result set.

Are you sure that this is the right time and place for an expression?