Given the Customer table structure:
* ID Number Primary Key
* NAME Text Nullable
Given code fragment:

Which statement inserted on line 14 sets NAME column to a NULL value?
* ID Number Primary Key
* NAME Text Nullable
Given code fragment:

Which statement inserted on line 14 sets NAME column to a NULL value?
Correct Answer: C