SQL Basics: Simple IN
Last updated
Was this helpful?
Last updated
Was this helpful?
For this challenge you need to create a SELECT statement, this SELECT statement will use an IN to check whether a department has had a sale with a price over 98.00 dollars.
id
name
id
department_id (department foreign key)
name
price
card_name
card_number
transaction_date
id
name
NOTE: sometimes a department will not not contain a sale over $98 so just resubmit.