Q&A
Ask and answer questions to make information more available to wider audiences.
Luis Linden @lindenluis   19, Jul 2023 12:00 AM
WHERE clause
What is the use of WHERE clause?
answers 1
 
Answer 1
Ethan Barbrow @ethanbarbrow   09, Aug 2023 03:18 PM
The WHERE clause is used to select or change a specific location to fetch the records from a table. It is used with SELECT, INSERT, UPDATE and DELETE statement.
Syntax:
[COMMAND] field,field2,... FROM table_name,table_name2,... WHERE [CONDITION]