sql

SQL UPDATE Table

The Update query is used to modify or update data in table. Syntax: example; we have table cars with 3 rows as shown below: lets update BMW color to yellow Output:

Scroll to Top