Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

One for all you pro's out there....!

Status
Not open for further replies.

rell

Industrial
Joined
Aug 9, 2002
Messages
3
Location
US
Hi, One for all you pro's out there! Try to get your heads round this one, The tables are:

Table 1 = Item

ItemCode (primary key)

Description
Format
Unit price
Stock Level

------------------
Table 4 = CustOrderItem

CustomerOrderNo (pk)(fk)
ItemCode(pk)(fk)

CustOrderQuantity
CustOrderUnitPrice
Comments
DateActioned

The query needed is to provide a list of ItemCode, Description, number and value of customer (number means the number of Customer Orders placed for the Item, 'value' is the total value of Customer Orders placed for the Item) placed for that ItemCode during the current month (the month when the query is actually run), and display details in order of ItemCode within descending average value (average is the average value of Customer Orders placed for the Item)

The Select statement must be able to be run month after month without being modified, ie it should not include embedded dates.

Go for it.......
 
Home work ? Steven van Els
SAvanEls@cq-link.sr
 
Not quite, got exams coming up and attempting some past papers. Think I'm gonns fail! :-(
 
IF YOU COULD HELP ME OUT WITH THIS IT WOULD BE APPRECIATED, EVEN JUST SOME TIPS .THANKS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top