Solved

Which of the Following Is Not a Valid SQL Command?​

Question 52

Multiple Choice

Which of the following is not a valid SQL command?​


A) ​UPDATE acctmanager SET amedate = SYSDATE WHERE amid = 'J500';
B) ​UPDATE acctmanager SET amname = UPPER(amname) ;
C) ​UPDATE acctmanager SET amname = UPPER(amname) WHERE amid = 'J500';
D) ​UPDATE acctmanager WHERE amid = 'J500';

Correct Answer:

verifed

Verified

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

Related Questions