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

Instruction

Nice try! As you can see, it's not possible to enter a text value into a number column. Numbers don't take as much space as text data do, so text information simply doesn't fit in the number columns!

Now, how about numbers outside the range?

Exercise

Now check if you can put a number greater than the maximum or lower than the minimum in the user_id column of the table premium_account. Remember that INTEGER stores numbers from -2147483648 to 2147483647.