Which of the following are correct?
Select the correct answer
UPDATE store SET id = 11;
UPDATE store SET quantity = 200 where id = 10;
UPDATE store SET name = "x" WHERE id = 1;
UPDATE store name = 'x' WHERE id = 10;
How can we improve it?
Thanks for your feedback!
Ask AI
Ask anything or try one of the suggested questions to begin our chat