Transcript text: UNIT 3 - CHALLENGE 3.1: single Table Query Foundations
8 - Multiple Filters
LEARNING OBJECTIVE: Compose a SELECT statement that uses AND and OR to combine filtering of conditions.
For this question, use the PostgreSQL database for this course.
Using the AND or OR Operator, filter the customer table for customers who have a gmail.com email address and live in the country Canada.
What is the last name of the second record?
a) Tremblay
b) Silk
c) Philips
d) Peterson