You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT name
FROM SalesPerson
WHERE name NOT IN
(SELECTS.nameFROM Orders O RIGHT JOIN SalesPerson S ONO.sales_id=S.sales_idLEFT JOIN Company C ONO.com_id=C.com_idWHEREC.name='RED')