Attributes Description
Attributes Description
employeeNumber varchar
lastName varchar
firstName varchar
extension varchar
email varchar
officeCode int
reportsTo varchar
jobTitle varchar
Description
Unique identification number assigned to each employee.
Last name of the employee
First name of the employee
Office phone number of the employee
E-mail id of the employee
The code of the office from which a particular employee belongs. This is a single digit number.
Employee number of the reporting manager of a particular employee
Job title of the employee like Sale manager, sale representative, VP sales etc.
Attribute_Name Data_type Description
officeCode int Unique code for each office of the company
office_city varchar City in which a particular office is located
phone varchar Contact phone number of a particular office
addressLine1 varchar Address line-1 of a particular office
addressLine2 varchar Address line-2 of a particular office
state varchar State in which a particular office is located
country varchar Country in which a particular office is located
postalCode varchar Postal code of the area in which office is located
territory varchar Teritory name of the location in which office is located
Attribute_Name Data_type
customerNumber int
customerName varchar
contactLastName varchar
contactFirstName varchar
city varchar
state varchar
postalCode varchar
country varchar
salesRepEmployeeNumber varchar
creditLimit int
Description
Unique identification number assigned to each customer.
The name of the customer's firm/shop
The last name of the person (customer) who have been contacted by the employee of the company
The first name of the person (customer) who have been contacted by the employee of the company
City in which the customer's firm/shop is located
State in which the customer's firm/shop is located
Postal code of the area in which customer's firm/shop is located
Country in which the customer's firm/shop is located
This is the employee number of the employee who has contacted a particular customer
Maximum amount of credit offered to a customer.
Attribute_Name Data_type
orderNumber int
orderDate datetime
requiredDate datetime
shippedDate datetime
status varchar
comments varchar
customerNumber int
Description
Unique number assigned to each order which is placed by the customer
This is a date on which a particular order has been placed
This is the date by which the customer is required his/her order to be delivered
This is the date on which order has been shipped to the customer
The status of the order whether it is shipped, cancelled, in process etc.
Comments mentioned by the company about the product delivery process
Customer number of the customer who has placed a particular order
Attribute_Name Data_type
orderNumber int
productCode varchar
quantityOrdered int
priceEach decimal
orderLineNumber int
Description
Unique number assigned to each order which is placed by the customer
Unique number assigned to each product of the company
Number of quantity of a particular product that have been ordered by the customer under a particular order number
Price of each product at which the customer has put the order
identification number of the orderline.
Attribute_Name Description
customerNumber int Customer number of the customer who have paid to the company
checkNumber varchar Unique check number through which payment has been made
paymentDate datetime Date at which payment has been done
amount decimal The total amount paid by the customer to the company
aid to the company
has been made
Attribute_Name Data_type
productCode varchar
productName varchar
productLine varchar
productScale varchar
productVendor varchar
quantityInStock varchar
buyPrice varchar
MSRP varchar
Description
Unique number assigned to each product of the company
Unique name of each product that is sold by the company
Categorisation of the product, like vintage cars, motorcycles, trains etc.
This is the scaling of the toy model as compare to its original vehicle
name of the vendors who produce these products
The quantity available in stock for a particular product. This is the number of toys for a particular product available in stock
Buying price of a particular product
Manufacturer suggested retail price for a paricular product
Attribute_Name Data_type Description
productLine varchar Categorisation of the product, like vintage cars, motorcycles, trains etc.
textDescription varchar Description of product type
s, trains etc.