#where caluse in sql
Explore tagged Tumblr posts
krishna337 · 4 years ago
Text
SQL WHERE Clause
WHERE clause is used to retrieve a filtered data from a set of results. WHERE clause used to fetch data according to specific terms. WHERE clause can also be used to filter data by matching patterns. WHERE clause is used to SELECT, UPDATE, DELETE statement etc. Syntax SELECT column1, column2, column3, ... FROM tablename WHERE condition;   Operators of WHERE Clause The following operators that can…
View On WordPress
0 notes