The following statement doubles the commission of salespeople in Hong-kong,
and sets their salary to some default value already defined for the column.
UPDATE Salespeople |
|
City | Commissions | Salary | Year |
Hong Kong | 0.25 | 50000 | 2000 |
Hong Kong | 0.30 | 40000 | 2001 |
Write SQL UPDATE statement for the table created in the following example CREATE A TABLE
![]() |