Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Teradata SQL Customer Table: CS_Name (Primary Key), CS_Number, CS_Type Product Table: PO_ID (Primary Key), CS_Number (Primary/Foreign Key), PO_Date (Primary Key), PO_QTY, PO_AMOUNT, PO_Note Question: List
Teradata SQL
Customer Table: CS_Name (Primary Key), CS_Number, CS_Type
Product Table: PO_ID (Primary Key), CS_Number (Primary/Foreign Key), PO_Date (Primary Key), PO_QTY, PO_AMOUNT, PO_Note
Question: List the ucstomer name and total order amount by customer name only if this total order amount is above 4000. List the results in reverse alphabetical order by customer name.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started