3.7 Updating Records in table MYSQL
Updating
records in table: -
- The update command is used to change the existing values in a database.
- By using update command, we can correct or update a specific value.
- It only affects the data but not the structure of the table.
- The SQL command to update the records values in table with python code is:
- To view the updated records of the table, we use the command.