Consider following query: and the following statements: 1. For each product, the supplier number of the supplier

Question:

Consider following query:

SELECT P1.PRODNR, P1.PRODNAME, S1.SUPNR, S1.PURCHASE_PRICE FROM PRODUCT P1, SUPPLIES S1 WHERE P1.PRODNR =

and the following statements:

1. For each product, the supplier number of the supplier who can supply the product for the cheapest price is retrieved.

2. For each product, the supplier number of the supplier who supplies the product for the highest price is retrieved.

3. For each product, exactly one tuple is returned.

4. For each product, more than one tuple can be returned. Which statements are true?

a. 1 and 3.

b. 1 and 4.

c. 2 and 3.

d. 2 and 4.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: