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
16. Date and time
Extracting dates and times
Doing arithmetic with dates
Converting date and time data
Building date and time data from parts
Summary and review

Instruction

Apart from just the date or just the time, SQL Server databases can also store dates with exact times, meaning both the date and the time.

Let's see what this data looks like.

Exercise

Select the LaunchedDatetime column from the Aircraft table, and note how the date and time are displayed.