The first table is Track, and second table is InvoiceLine. I tried:
SELECT * FROM Track WHERE NOT EXISTS ( SELECT * FROM InvoiceLine WHE