Differentiate between append query and update query
Answers
Answered by
3
Answer:
user can execute queries to perform operations on the data on the tables of the database. Two such queries are update and append query. The main difference between update and append query is that update query helps to modify the records of the table, while the append query helps to add data from one table to another.
Similar questions