Arrow

SQL where clause

AuthorHariom Prajapati

Pubish Date03 Jul 2022

categoryMySql

The where clause use to  extract or filter records from any table which fulfill a specific condition.

 

Syntax -

Select * from table_name where condition;