Update or create a product
Set the price of the product with id=1 in the products table to 15.00. If it does not exist yet, add it: id=1, name Mug, category kitchen, price 15.00, stock 40. The operation must work in both cases — whether the product exists or not.
Just INSERT/UPDATE/DELETE — no trailing SELECT needed.
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in