Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Your first table
Summary
13. Summary

Instruction

Good job! Time to wrap things up.

In this part, we got to know three data types for storing text information:

  • varchar(x), which stores up to x characters.
  • char(x), which stores exactly x characters.
  • text or clob, which stores any number of characters.

Let's test your skills with a quick quiz.

Exercise

Click Next exercise to continue.