UPDATE Customers SET cust_email = 'Kim@thetoystore.com' WHERE cust_id = '10000005';
DELETE FROM Customers WHERE cust_id = '100000006';