AND
• The WHERE clause can include multiple AND operators to filter records based on several conditions.
SELECT column1, column2, . . .
FROM table_name
WHERE conditions AND condition2 AND condition3 . . . ;
• The WHERE clause can include multiple AND operators to filter records based on several conditions.
SELECT column1, column2, . . .
FROM table_name
WHERE conditions AND condition2 AND condition3 . . . ;