for explanation watch video
# Write your MySQL query statement below
select name from SalesPerson where sales_id
not in (
select sales_id from Orders where
com_id = (select com_id from Company
where name="RED")
);
for explanation watch video
# Write your MySQL query statement below
select name from SalesPerson where sales_id
not in (
select sales_id from Orders where
com_id = (select com_id from Company
where name="RED")
);
For further actions, you may consider blocking this person and/or reporting abuse
MD ARIFUL HAQUE -
Adam Świderski -
Alex Merced -
Alex Merced -
Top comments (0)