Question: Write a SQL query to update multiple rows in a table.Answer: UPDATE table SET column1 = value1, column2 = value2 WHERE condition; |
Is it helpful?
Yes
No
Most helpful rated by users:
- What is SQL?
- What is the difference between SQL and MySQL?
- What is a primary key?
- What is an index in a database?
- What is a foreign key?