Tutorialschevron_rightSQL Tutorialchevron_rightSQL WHERESQL WHEREformat_list_numberedLesson 3 of 4schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready01The WHERE ClauseThe WHERE clause is used to filter records.ExampleSELECT * FROM Customers WHERE Country = 'Mexico';Try it Yourself »arrow_back PreviousSQL SELECTNext arrow_forwardSQL INSERT