Database Lab Assignment 4
Database Lab Assignment 4
Create and Normalize the following given table’s up to 3-NF via Code:
2. Name of a database must be ADVISOR_SCHEDULE
Student table
Student# AdvID AdvName AdvRoom
123 123A James 555
124 123B Smith 467
Registration table
Student# Class#
123 102-B
123 104-9
124 209-0
124 102-B
Student table
Student# AdvID
123 123A
124 123B
Registeration table
Student# Class#
123 102-B
123 104-9
124 209-0
124 102-B
Advisor table
AdvID AdvName AdvRoom
123A James 555
123B Smith 467
Coding: