List each product with its price, how much has been ordered


" * Using the final table list you created previously, select the Primary Keys for each table in your list for both Access and MySQL.
* Then, select one of the tables and complete field specifications for each field.
* Download and use the field specifications sheet.

Note: Your field specifications sheet does not have to have the same format as the one in your text. Just be sure to provide the same information.
Then write two queries

1. List each customer with all their orders.
2. List each product with its price, how much has been ordered and what is the sales total for that item. You will need to populate you tables with sample data."
- Sent to Computer Science Expert Tutor on 2/6/2011 at 6:23am
You asked:
"Hello,

I am very stressed about this assignment! I have been trying to figure this thing out for a week! I am sending the field specification list and the previous assignment for viewing. I can't figure the primary keys for Access. You may have to make up some info. Passing this grade will allow me to graduate. I have never asked for help so please work with me! I need this assignment as soon as possible. I actually have started I will attach also. Thanks in advance. Sir.

This is the first part.I couldn't figure out Access.
MySQL
Primary keys
Accessories (accessories_ID integer PRIMARY KEY,
Customers (customers_SID PRIMARY KEY,
Events (eve_id integer PRIMARY KEY,
Products (products_SID PRIMARY KEY
Suppliers (suppliers_id varchar PRIMARY KEY,
Customer's sales (Cust_id integer PRIMARY KEY,
(Products_SID intger FOREIGN KEY,
Orders (Order_ID integer PRIMARY KEY,
(Customer_SID integer FOREIGN KEY,


Please let me know if this is right. I am very new to IT.


Field Specifications
General Elements Field Name: Specification Type: Unique Generic Replica
Parent Table

Source Specification:
Label:
Shared by:
Alias(es):
Description:
Physical Elements Data Type: Character Support:
Letters (A-Z) Keyboard (. , / $ # %)
Numbers (0-9) Special Characters
Length:
Decimal Places:
Input Mask:
Display Format:
Logical Elements Key Types: Non Primary Foreign Alternate

Edit Rule:
Enter Now, Edits Allowed
Enter Now, Edits Not Allowed
Enter Later, Edits Allowed
Enter Later, Edits Not Allowed
Not Determined At This Time
Key Structure: Simple Composite
Uniqueness: Non-Unique Unique
Null Support: Nulls Allowed No Nulls
Values Entered By: User System
Required Value: No Yes
Default Value:
Range of Values:
Comparisons Allowed:
Same Field All = > >= ≠ < <=
Other Fields All = > >= ≠ < <=
Value Expression All = > >= ≠ < <=
Operations Allowed:
Same Field All + - X ÷ Concatenation
Other Fields All + - X ÷ Concatenation
Value Expression All + - X ÷ Concatenation" 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: List each product with its price, how much has been ordered
Reference No:- TGS0138872

Expected delivery within 24 Hours