Uploaded by zainabalmajali12

2NF 3NF Lab

advertisement
Question 1: Normalize the following schema to second normal form.
Student_id
111
111
222
222
222
birthdate
1995
1995
1996
1996
1996
Course_id
IS101
IS1205
IS202
IS304
IS101
Course_name
C++
Web Design
Programming
DB
C++
Grade
70
80
80
79
85
Question 3: Normalize the following schema to third normal form.
Book_id
1
2
3
4
5
Eng. Islam Al Omari
Genre_id
1
2
1
3
2
Genre_type
Gardening
Sport
Gardening
Travel
Sport
Book_price
10 JD
20 JD
12 JD
15 JD
12 JD
Download