which query is used to update or change existing data in a set of records
Answers
Answered by
8
Answer:
SQL UPDATE Query
The SQL UPDATE Query is used to modify the existing records in a table. You can use the WHERE clause with the UPDATE query to update the selected rows, otherwise all the rows would be affected.
Answered by
3
Answer:
SQL UPDATE QUERY is used to update or change existing data in a set of records.
Similar questions