Loading lesson path
Concept visual
Start at both ends
clause is used to filter records.
clause is used to extract only those records that fulfill a specific condition.
SELECT * FROM Customers
WHERE Country = 'Mexico';column1, column2, ...
table_name
condition
;clause is not only used in
statements, it is also used in UPDATE,
DELETE, etc.Customers table used in the examples:
Obere Str. 57