UPDATE sales SET qty = 12, price = 10 WHERE trans_id = 13 INSERT customers SET cust_name = 'Bob', address = '1234 Main Str.' ....etc. SELECT commands would not be included as they don't modify the database