Results of the insert operation when the constraint is enabled
If the NOT NULL constraint on the cust_subset table is enabled, the INSERT statement fails
to insert the new row in this table. Instead user linda receives the following error message
when they enter the INSERT statement:
-292 An implied insert column lname does not accept NULLs.