From the course: Practice It: Advanced SQL
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Try it: Difference between dates - SQL Tutorial
From the course: Practice It: Advanced SQL
Try it: Difference between dates
“
(keys clicking) - [Instructor] In our first state manipulation challenge, you'll need to find the longest gap in days between two consecutive events. Retrieve the event names, and the duration of the longest gap. You can execute your code in the setup script file under the date manipulation folder in your codespace. Go ahead and try it yourself, and in the next video I'll walk you through my solution. Good luck.