From the course: MySQL Data Analysis

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Challenge: WHERE and AND

Challenge: WHERE and AND - MySQL Tutorial

From the course: MySQL Data Analysis

Challenge: WHERE and AND

- [Instructor] All right, it's time for your assignment, using multiple logical conditions with where and and. Uncle Jimmy is very happy with the data that you gave him on your first 100 customers payments. Now, he wants you to filter that data down to records where the payment was over $5, and the payment date was after January 1st. Here's a preview of your results. Your job is to write a SQL query that returns payment information for your first 100 customers, that is over $5 and has happened since January 1st. Give it a try on your own, and then come back and watch the solution video.

Contents