You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

exercise-9.sql 101B

12345
  1. DELETE FROM invoice_line_items
  2. WHERE invoice_id = 115;
  3. DELETE FROM invoices
  4. WHERE invoice_id = 115;