Arid Agriculture University, Rawalpindi: Final Exam / Fall 2020 (Paper Duration 24 Hours) To Be Filled by Teacher
Arid Agriculture University, Rawalpindi: Final Exam / Fall 2020 (Paper Duration 24 Hours) To Be Filled by Teacher
To be filled by Student
1NF form is the entity which does not have any repetitive columns in the table or group which means
every column in the table is unique and not same to each other.
This consists of 1NF and one of its attribute is defines as a primary key and remaining are dependent on
the primary key.
Account Table
Ac No Ac_type Int_rate
8097 2345 Saving 5.6%
8765 1239 Current 4.7%
8934 6785 Saving 3.9%
8003 7612 saving 5.8%
Customer table
Ac No Ac_type Int_rate
8097 2345 Saving 5.6%
8765 1239 Current 4.7%
8934 6785 Saving 3.9%
8003 7612 saving 5.8%
Branch table
It should consists of second normal form and the column of the table are non transitively dependent on
the primary key.
Account Table
Ac No Ac_type Int_rate
8097 2345 Saving 5.6%
8765 1239 Current 4.7%
8934 6785 Saving 3.9%
8003 7612 saving 5.8%
Customer table
Ac No Ac_type Int_rate
8097 2345 Saving 5.6%
8765 1239 Current 4.7%
8934 6785 Saving 3.9%
8003 7612 saving 5.8%
Branch table