UPDATE Syntax:
UPDATEÂ table_name
SET column1 = value1, column2 = value2, …
WHEREÂ condition;
- TheÂ
UPDATEÂ statement is used to modify the existing records in a table.
Shathana. S.R. Answered question July 5, 2023
Not a member yet? Register now
Are you a member? Login now