ITM 304 DU Managing Data Structures Codes
Description
Using the example below fill out SalesOrder tables Statement of Work (SOW) above
- 1. SalesOrder tables start with “so_”, (it stands for Sales Order home project)
- 2. PK has data type INT (Integer). FK must have the same data type as the corresponding PK.
2).Homework 2 Describe Real Estate tablesUsing the example below fill out RealEstate tables information in SOW Form above.
- The table names start with “re_” to identify our lab project.
- PK are defined as “INT Primary Key Auto_increment”, corresponding FK are defined as INT
Unformatted Attachment Preview
MarketID
MarketName
INT
Varchar(100)
Primary Key
Not Null
INT
Varchar(100)
Primary Key
Not Null
SO_Region
RegionID
RegionName
SO_Customer
CustomerID
INT
Primary Key
CustName
Varchar(100)
not null
MarketID
RegionID
INT
INT
Not null
Not null
INT
Varchar(50)
PK
ProductID
INT
PK
ProductName
Varchar(50)
UnitPrice
ProdFamilyID
Decimal(5,2)
INT
Reference
ParentPK
Market
Region
MarketID
REgionID
SO_ProdFamily
ProdFamilyID
ProdFamily
SO_Product
FK
SO_ProdFamily ProdFamilyID
SO_Manager
ManagerID
INT
ManagerName
Commissions
Varchar(50)
INT
PK
SO_Agent
AgentID
INT
AgentName
ManagerID
Varchar(50)
INT
FK
OrderID
INT
PK
OrderDate
Date
OrderQty
INT
AgentID
INT
ProductID
CustomerID
INT
INT
SO_Manager
ManagerID
FK
So_Agent
AgentID
FK
FK
So_Product
So_Customer
ProductID
CustomerID
SO_Order
Purchase answer to see full
attachment
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."