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.

exer_5C59.sql 129B

1234567
  1. USE AP;
  2. DELETE FROM invoice_line_items
  3. WHERE invoice_id IN
  4. (SELECT invoice_id
  5. FROM invoices
  6. WHERE vendor_id = 115)