ER and Normalization
ER and Normalization
We will see that there is composite key as{ Employee No, Department No}.Employee No is
dependent on Employee Name and Department is dependent on Department No. We can split the
above table into 2 different tables:
1 101 Amit
2 102 Divya
3 101 Rama
5 102 Ajai
6 103 Venkat
Department No Department
101 OBIEE
102 COGNOS
103 Testing
Q.1) Examine the table shown below.