Solved

UPDATE Tablename ***** [WHERE Conditionlist];

Question 54

Multiple Choice

UPDATE tablename *****
[WHERE conditionlist];
The command replaces the ***** in the syntax of the UPDATE command,shown above.


A) SET columnname = expression
B) columnname = expression
C) expression = columnname
D) LET columnname = expression

Correct Answer:

verifed

Verified

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

Related Questions