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

Instruction

Our database can also store time data. At PerfectAir time columns are used in the route table to store planned departure and arrival times.

Let's see how time is represented in the database.

Exercise

Select the departure_time column from the route table.