In a databas________
reports can be updated to show the latest data or updated data.
Answers
Answered by
4
Answer:
An SQL UPDATE statement changes the data of one or more records in a table. Either all the rows can be updated, or a subset may be chosen using a condition. The UPDATE statement has the following form: UPDATE table_name SET column_name = value [, column_name = value ...]
Similar questions