Dbms
Dbms
Renas ahmad
1. Write down the attributes of the two tables, Which is the Primary key in each
table?
employee: Department:
1) SIN 1. DeptNo
2) LName 2. City
3) TelNum 3. Postalcode
4) DOB 4. Branch_location
5) DateJoind
6) Salary
7) DeptNo
8) Address
9) City
10) PostalCode
11) OnLeave
12) Gender
(The primary keys are SIN in employee, and DeptNo in Department)
1. Snapshot of the tables created & mention what kind of database is it.
relational database
Department
Employee
3. Snapshot of the Design of database and Relationship