Consider the following query: Which of the following statements is not correct? a. The query retrieves the
Question:
Consider the following query:
Which of the following statements is not correct?
a. The query retrieves the product number, product name, and available quantity of each product thanks to the left outer join.
b. The query retrieves for each product the total ordered quantity.
c. The query result can never contain NULL values.
d. If we remove the GROUP BY statement and P.PRODNR, P.PRODNAME, P.AVAILABLE_QUANTITY from the SELECT statement, the query will result in one row containing the total outstanding ordered quantity over all products in column “ORDERED_QUANTITY”.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Principles Of Database Management The Practical Guide To Storing Managing And Analyzing Big And Small Data
ISBN: 9781107186125
1st Edition
Authors: Wilfried Lemahieu, Seppe Vanden Broucke, Bart Baesens
Question Posted: