Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Boolean
Date and time
Summary
12. Summary

Instruction

Perfect! Time to wrap things up. In this part, we learned that:

  1. boolean columns are used to store logical values: true or false.
  2. date columns store dates in the following format: YYYY-MM-DD.
  3. time columns store time in the following format: hh:mm:ss.
  4. datetime (or timestamp) columns store date and time in the following format: YYYY-MM-DD hh:mm:ss.

How about a review question before we tackle the next part?

Exercise

Click Next exercise to continue.