584. Find Customer Referee ¶ SQL 1 2 3SELECT name FROM Customer WHERE referee_id IS NULL OR referee_id != 2;