Question: QUESTION 18/30 What is the correct syntax for updating a table in SQL shell? A B C D UPDATE table_name SET column1=value1, column2=value2 WHERE
QUESTION 18/30 What is the correct syntax for updating a table in SQL shell? A B C D UPDATE table_name SET column1=value1, column2=value2 WHERE condition; MODIFY table_name SET column1=value1, column2=value2 WHERE condition; CHANGE table_name SET column1=value1, column2=value2 WHERE condition; ALTER table_name SET column1=value1, column2=value2 WHERE condition; 0
Step by Step Solution
3.33 Rating (147 Votes )
There are 3 Steps involved in it
The image shows a multiplechoice question with the following text QUESTION 1830 What i... View full answer
Get step-by-step solutions from verified subject matter experts
