Logical Processing Order of the SELECT statement
SQL JOINS
MINUS operator
SELECT supplier_id FROM suppliers
MINUS
SELECT supplier_id FROM orders;