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

Instruction

Okay! Let's get down to work. As you may or may not remember, our database can store dates. Let's see how they're represented in SQL Server.

Exercise

Select the ProducedDate column from the Aircraft table and look at the date format.