Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Dealing with dates
Working with time data
Date and time date
Extracting dates and times
Doing arithmetic with dates
Converting date and time data
37. Practice time!
Building date and time data from parts
Summary and review

Instruction

Fantastic! It's time for practice.

Exercise

Convert all flight dates to a VARCHAR value formatted as 'yyyy.mm.dd' (that's style 102). Show the flight ID, the route code, and the converted date. Name the last column ConvertedDate.