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

Instruction

Alright, great. BOOLEAN values are really simple when it comes to their representation: they are either TRUE or FALSE. As easy as ABC.

Exercise

Our user with user_id 13 has just been verified (column is_verified). Let's put this information into table verification.

Stuck? Here's a hint!

Type

INSERT INTO verification VALUES (13, TRUE);