Question: help 1 1 What are the largest amounts for a sale item ( SalePrice * Quantity ) made to each customer ( first and last
help What are the largest amounts for a sale item SalePrice Quantity made to each customer first and last names during November Name the column MaxAmount. Note Join across tables required here
SELECT
CFirstName,
CLastName,
MAXSISalePrice SIQuantity AS MaxAmount
FROM
Customer C
JOIN
Sale S ON CCustomerID SCustomerID
JOIN
SaleItem SI ON SSaleID SISaleID
WHERE
SSaleDate BETWEEN AND
GROUP BY
Record Count:
ERROR HYOracleODBCOraORA: literal does not match format string
FEEDBACK
Feedback:
Ignoring case, "Month" could not be found in the query.
Ignoring case, "Year" could not be found in the query.
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows.
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where MaxAmount
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where MaxAmount
The system was unable to execute your query so it could not evaluate if it produces a column named FirstName.
The system was unable to execute your query so it could not evaluate if it produces a column named LastName.
The system was unable to execute your query so it could not evaluate if it produces a column named MaxAmount.
FEEDBACK
text text
Feedback:
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows.
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where CustomerID and SaleID and SumSaleAmt
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where CustomerID and SaleID and SumSaleAmt
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where CustomerID and SaleID and SumSaleAmt
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where CustomerID and SaleID and SumSaleAmt
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where CustomerID and SaleID and SumSaleAmt
The system was unable to execute your query so it could not evaluate if it produces the correct number of rows where CustomerID and SaleID and SumSaleAmt
The system was unable to execute your query so it could not evaluate if it produces a column named CustomerID.
The system was unable to execute your query so it could not evaluate if it produces a column named SaleID.
The system was unable to execute your query so it could not evaluate if it produces a column named SumSaleAmt.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
