Question: Create a view named OrdTot. It consists of the order number and order total for each order currently on file. (The order total is the
Create a view named OrdTot. It consists of the order number and order total for each order currently on file. (The order total is the sum of the number ordered multiplied by the quoted price on each order line for each order.) Display the data in the view.
Step by Step Solution
3.52 Rating (172 Votes )
There are 3 Steps involved in it
SQL CREATE VIEW OrdTot AS SELECT OrderNum SUMNumOrdered QuotedPrice FROM OrderLine GROUP BY Or... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
671-CS-DB (980).docx
120 KBs Word File
