Question about database normalization
Hello All,I want to know to some points in DBMS normalization:
1. When is the process of normalization used?
2. What is Boyce and Codd Normal Form?
3. Can anyone explain me about this example? How database is working
Course code Course venue Instructor Name Instructor’s phone number
CS101 Lecture Hall 20 Prof. George +1 6514821924
CS152 Lecture Hall 21 . Prof. Atkins +1 6519272918
CS154 CS Auditorium Prof. George +1 6514821924
Here, the data basically stores the course code, course venue, instructor name, and instructor’s phone number.
4. Any references where i can understand more about it.