Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Dealing with dates
5. Dates in PostgreSQL
Working with time
Date and time data types in PostgreSQL
Extracting dates and times
Timezone conversion
Format date and time
Current date and time data
Summary

Instruction

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

Exercise

Select the produced_date column from the aircraft table and look at how the date is formatted.