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 (...);



