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

By | January 1, 2023

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?

Correct Answer: C