584. Find Customer Referee (SQL) === ``` SELECT name FROM Customer WHERE referee_id <> 2 OR referee_id IS NULL ORDER BY id; ```