Content text Untitled document - 2024-09-13T183203.258.pdf
3. List few compound operators. Here is a list of compound operators: 1. `+=` 2. `-=` 3. `*=` 4. `/=` 5. `%=` Exercise 1. Consider the following schema Orders(cust_id, order_id, items, amount) Write queries for the following: i. Display new column named total_amount which is 200 added to the amount field. Practicalkida.com