SQL AND CONDITION
The SQL AND condition is used in SQL query to create two or more conditions to be met.It is used in SQL SELECT, INSERT, UPDATE and DELETE statements.
SQL And Syntax
SELECT columns FROM tables WHERE condition 1 AND condition 2;
The SQL AND condition is used in SQL query to create two or more conditions to be met.It is used in SQL SELECT, INSERT, UPDATE and DELETE statements.
SELECT columns FROM tables WHERE condition 1 AND condition 2;