Based on the ER model shown in Figure P11.7 and on the query shown after the figure.
Question:
Figure P11.7:
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
Database Systems Design Implementation and Management
ISBN: 978-1337627900
13th edition
Authors: Carlos Coronel, Steven Morris
Question Posted: