Normalizing a database means laying out the tables in an efficient way with the main focus being on preserving the integrity of data. If the database is normalized, there is no repetition of data.
The need for Normalization
Student_ID -> Student_Major
Student_ID, CourseNumber, Semester -> Grade
Course_Number, Section -> Professor, Classroom, NumberOfStudents
SKU -> Compact_Disk_Title, Artist
CarModel, Options, TaxRate -> Car_Price
use case diagrams overview the usage requirements for a system. They are useful for presentations to management and/or project stakeholders,...
© 2013 CSC. All rights resevered. Designed by Templateism