More
The where clause use to extract or filter records from any table which fulfill a specific condition.
Syntax -
Select * from table_name where condition;