Formation Of SQL Queries And Displaying Data In Views
Not what you're looking for?
See attach file for details and charts.
1. Define a view named CustOrder. It consists of the customer number, name, balance, order number, and order date for all orders currently on file. Explain how you would use SQL to obtain the desired results. Display the data in the view.
2. 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.) Explain how you would use SQL to obtain the desired results. Display the data in the view.
Purchase this Solution
Solution Summary
This solution helps with a problem regarding SQL queries.
Solution Preview
Please see the attached file for the solution.
Rep_Num Last_Name First_Name Street City State Zip Commission Rate
20 Kaiser Valerie 624 Randall Grove FL 33321 $20,542.50 0.05
35 Hull Richard 532 Jackson Sheldon FL 33553 $39,216.00 0.07
65 Perez Juan 1626 Taylor Fillmore FL 33336 $23,487.00 0.05
Premiere Products Database
Table: Rep
Table: Customer
CustomerNum CustomerName Street City State Zip Balance CreditLimit
148 Al's Appliance and Sport 2837 Greenway Filmore FL 33336 $6,550.00 $7,500.00
282 Brookings Direct 3827 ...
Purchase this Solution
Free BrainMass Quizzes
C++ Operators
This quiz tests a student's knowledge about C++ operators.
Javscript Basics
Quiz on basics of javascript programming language.
Inserting and deleting in a linked list
This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.
Basic Computer Terms
We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.
Basic Networking Questions
This quiz consists of some basic networking questions.