SQL QUERIES
20- Get project numbers for projects supplied by at least one supplier not in the same city as the project.
. .
21- Get all pairs of part numbers such that some supplier supplies both the indicated parts.
. .
22- Get the total number of projects supplied by supplier S1.
. .
23- (Another Method) Get the total number of projects supplied by supplier S1.
. .
24 Get the total quantity of part P1 supplied by supplier S1.
. .
Post a Comment