- 20,977
- NJ/USA
- Blitzbay
- Blitzbay
Having a bit of an issue trying to do these questions:
1. List the customers who ordered computers
2. List the other products bought by customers who bought computers
3. List the customers who did not place any order since January 1 2014
4. List the products bought by at least one customer of Newark
5. List the products bought by all the customers of Newark
6. List the products ordered only by the customers of Newark
7. List the products never ordered by customers of New Jersey
I have done questions 1, 3, 4, and 7 but I am not sure how to do question 2, 5 or 6. 2 uses a nested query but I have no idea how to make it operate properly.
1. List the customers who ordered computers
2. List the other products bought by customers who bought computers
3. List the customers who did not place any order since January 1 2014
4. List the products bought by at least one customer of Newark
5. List the products bought by all the customers of Newark
6. List the products ordered only by the customers of Newark
7. List the products never ordered by customers of New Jersey
I have done questions 1, 3, 4, and 7 but I am not sure how to do question 2, 5 or 6. 2 uses a nested query but I have no idea how to make it operate properly.