The where clause use to extract or filter records from any table which fulfill a specific condition.
Syntax -
Select * from table_name where condition;
Hariom Prajapati
03 Jul 2022
MySql
The where clause use to extract or filter records from any table which fulfill a specific condition.
Syntax -
Select * from table_name where condition;