WHERE <conditions>;
The WHERE clause follows the SELECT and the FROM clauses condition.
The WHERE clause provides the conditions that must evaluate to true for a row to be returned as a result, while the SELECT clause defines the columns to be returned from the table(s).
Shathana. S.R. Answered question May 29, 2023
