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.



