Answer:
D. All of the above.
Explanation:
β’ To limit the number of rows use the WHERE clause.
β’ The WHERE clause filters for rows that meet certain criteria.
β’ WHERE is followed by a condition that returns either true or false.
β’ WHERE is used with SELECT, UPDATE, and DELETE.