तालिका 1 के लिए, यह INSERT कथन सफल होगा। यदि आप इसे 100 बार चलाते हैं, तो यह 100 बार सफल होगा।
insert into referencing_table values (null);
वही INSERT कथन तालिका 2 पर विफल हो जाएगा।
ERROR: null value in column "indexing_table_id" violates not-null constraint DETAIL: Failing row contains (null).