https://leetcode.com/problems/find-customer-referee/description/
Easy
Решение
SELECT name FROM Customer WHERE referee_id IS NULL OR referee_id <> 2;