Solved

A MySQL Command to Change a Value Within a Table

Question 11

Multiple Choice

A MySQL command to change a value within a table to null _____.


A) requires that the value NULL be enclosed in double quotation marks
B) is formatted differently from other commands to change table data
C) incorporates the UPDATE and SET commands and a WHERE clause
D) will execute only if the column selected was specified as NOT NULL

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions