The WHERE clause is used to add a condition to filter the records when we want to fetch the specific records instead of all records.
Syntax:
SELECT * FROM tableName WHERE [condition];
To specify a condition we can use any logical operator like >, <, =, LIKE, NOT etc.
No comments:
Post a Comment