REMOVE ONE ROW, USING THE EQUALITY PREDICATE ON THE PRIMARY KEY

2. Remove one row, using the equality predicate on the primary key:

delete from products where product_id=3;

This should return the message “1 row deleted.”