Based on the following query: SELECT P_CODE, SUM(LINE_UNITS) FROM LINE GROUP BY P_CODE HAVING SUM(LINE_UNITS) > (SELECT

Question:

Based on the following query:

SELECT        P_CODE, SUM(LINE_UNITS)

FROM          LINE

GROUP BY  P_CODE

HAVING       SUM(LINE_UNITS) > (SELECT MAX(LINE_UNITS) FROM LINE);


Write the command to create statistics for this table.

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

Step by Step Answer:

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