1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Introduction to Relational Databases in SQL

Connected

अभ्यास

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?

निर्देश

50 XP

संभावित उत्तर