Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Final Quiz
2. Question 1
Summary

Instruction

Good. Let's start with text data types!

Exercise

Create a simple table for an internet forum. Name the table forum_user. Include the following columns: first_name, nickname, password, and description. The first two columns are up to 25 characters long. The third column is up to 88 characters long. The last column is a longer text.

Remember, this is a PostgreSQL database; the CLOB data type isn't supported.