WHERE Clause | Database
Introduction WHERE clause is used to specify condition while retrieving, updating or deleting data from a table. When we specify a condition using the WHERE clause then the query executes only for those records for which the condition specified by the WHERE clause is true. Syntax WHERE clause is used [...]