What happens if you try to enter NULLs?
Execute the following statement:
INSERT INTO professors (firstname, lastname, university_shortname)
VALUES (NULL, 'Miller', 'ETH');
Why does this throw an error?
This exercise is part of the course
Introduction to Relational Databases in SQL
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
