Based on the ER model shown in Figure P11.7 and on the query shown after the figure.

Question:

Based on the ER model shown in Figure P11.7 and on the query shown after the figure.


Figure P11.7:

INVOICE CUSTOMER LINE PK Cus CODE PK INV_NUMBER PK,FK1 INV_NUMBER LINE_NUMBER contains generates FK1 Cus CODE INV DATE C


Given the following query

SELECT        P_CODE, P_PRICE 

FROM          PRODUCT

WHERE        P_PRICE >= (SELECT AVG(P_PRICE) FROM PRODUCT);


Assuming that there are no table statistics, what type of optimization will the DBMS use?

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

Step by Step Answer:

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