Write the procedure to update the data of a table in MS -Access.
Answers
Answered by
3
Answer:
inbox me.........
Explanation:
mark as brainliest
Answered by
0
First, specify the table name that you want to change data in the UPDATE clause. Second, assign a new value for the column that you want to update. In case you want to update data in multiple columns, each column = value pair is separated by a comma (,). Third, specify which rows you want to update in the WHERE clause.
Similar questions