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

Instruction

Excellent! As you can see, Peter didn't really need much time writing the statement!

Let's focus on the varchar limit we used for both columns: varchar(32). What will happen if a nickname is shorter than that? Let's find out.

Exercise

Try to add a person named Anna with the nickname crazygirl to the table user_account.

Stuck? Here's a hint!

Syntax reminder:

INSERT INTO ... VALUES (...);