SQL - Database Design and Normalization
You have a table:
This table violates 3NF. What is the best way to fix it?
StudentID | StudentName | Advisor | AdvisorOfficeThis table violates 3NF. What is the best way to fix it?
