Instruction
Apart from just the date or time, PostgreSQL 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 launched_timestamp and registration_timestamp columns from the aircraft table.
Note how the date and time data is displayed.



