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

Instruction

Excellent! Now the users can provide some information about themselves. You deserve a short break.

Exercise

Playground: Try playing around with the table user_account, add new rows and see how they work with various data types.

Here is the reminder of the table definition:

CREATE TABLE user_account (
    first_name varchar(32),
    nickname varchar(32),
    description clob
);