<

SQL WHERE CLAUSE

A WHERE clause in SQL is a data manipulation language statement.WHERE clause is used in SELECT, UPDATE, DELETE statement etc


SQL Where Clause Syntax




SELECT column1, column 2, ... column n  
FROM    table_name  
WHERE [conditions]  
















© copyright 2017-2022 Completedone pvt ltd.