Challenge: Find Late Deliveries
Task
Swipe to start coding
Write a query to find orders where the shipped date is more than 3 days after the order date.
- Select all columns from the
orderstable. - Include only those rows where the
shipped_atdate is more than 3 days after theorder_date.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain that in more detail?
What are the main benefits or drawbacks?
Can you give me an example?
Awesome!
Completion rate improved to 2.86
Challenge: Find Late Deliveries
Swipe to show menu
Task
Swipe to start coding
Write a query to find orders where the shipped date is more than 3 days after the order date.
- Select all columns from the
orderstable. - Include only those rows where the
shipped_atdate is more than 3 days after theorder_date.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 3
single