I'm really stuck on this SQL question on my hw assignment. I was wondering if any of you can help me. These are the questions that I'm stuck on...
I really don't know which queries to go with to grab data from two different tables for example:
get supplier names to anybody who shipped to the COLLATOR Project.
Would it be..
SELECT sname
FROM suppliers, project
WHERE projnum = 'J5' ?
Because that pulls up all of the Supplier names and that's incorrect because they don't all ship to J5.
11.Get supplier names for suppliers who shipped to the COLLATOR project.
13.Get a list of the supplier names, and the total quantities each of them shipped of each part.
- Get project names for projects using at least two parts from supplier S1.
17.Get part names for parts shipped by at least 2 different suppliers in LONDON.
36.Get all the colors that are not shipped by the supplier S1.
You can access the tables at this link: https://i.stack.imgur.com/Q12dw.png