State the purpose of Update Command with the help of an example.
Answers
Answered by
3
Answer:
UPDATE Command. An UPDATE statement is used to directly change or modify the values stored in one or more fields in a specified record in a single table. UPDATE changes the values of the specified columns in all rows that satisfy the condition.
Answered by
3
Explanation:
An UPDATE statement is used to directly change or modify the values stored in one or more fields in a specified record in a single table. UPDATE changes the values of the specified columns in all rows that satisfy the condition.
Similar questions