Sie sind auf Seite 1von 3

Al Musanna College of Technology

Department of Information Technology

Semester: I, Sep 2017

Course: Introduction to Database, ITDB101

Student Project Form

Title of the Project: Commercial Company

Total number of Tables used in Project: 5

S. No Student ID Student Name Signature


1 36S161211 ABDULRAHMAN ALHOOTI
2

Our project will be about a company that sells products. The customer
should order products to buy. The company has many departments. Each
department has many employees working in it. The database has five
entities each with its attributes.

Entities Attributes
EMPLOYEE EmployeeID, EmployeeName, Address
PRODUCT ProductID, ProductName, ProductType
DEPARTMENT DepartmentID, DepartmentName, Location
ORDER OrderID, OrderDate
CUSTOMER CustomerID, Gender, CustomerName

EmployeeName EmployeeID CustomerID Gender

Address EMPLOYEE CUSTOMER CustomerName

make

Work OrderID

ORDER

OrderDate

DepartmentID include
DEPARTMENT Has

DepartmentName PRODUCT ProductID


Location

ProductName ProductType
EMPLOYEE (EmployeeID, EmployeeName, Address, DepartmentID)
DEPARTMENT (DepartmentID, DepartmentName, Location)

CUSTOMER (CustomerID, Gender, CustomerName,

PRODUCT (ProductID, ProductName, ProductType, DepartmentID)

ORDER1 (OrderID, OrderDate, CustomerID)

PRODUCTORDER (ProductID, OrderID)

Das könnte Ihnen auch gefallen