Where - -- à where clause is used to filter records Explanation: Where clause restricts records that is it helps as to apply conditions on SQL statements to get our desired specific records rather than getting all generalized record Restrict/Limit the returned rows by Where clause