






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Document Description: This short note provides a clear, concise, and practical overview of Database Normalization, a key concept in relational database design. It is tailored for university-level students studying Database Management Systems (DBMS) and is especially useful for coursework, quick revision, or exam preparation.
Typology: Study notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!







that violates first normal form or if there is no composite or multi-valued property. A relation is in first normal form if every attribute of that relation is a valued attribute. 1NF FORM RULE โ Each tablemust contain cell a single value. โ Each record mustbe unique.
To be incontain any partial dependency. A relation is in 2NF if it has second normal form , a relation must be in first normal form and relation must not No Partial Dependency , i.e., no non-prime attribute (attributes whichproper subset of any candidate key of are not part of any candidatethe table. Partial Dependency (^) โ If the proper subset ofkey) is dependent on any candidate key determines non-prime attribute, it is called partial dependency. 2NF FORM RULE โ Rule 1-1NF Stay in โ Rule 2-column primarySingle keyfunctionally that does not dependsubset onof anythe candidaterelation key
Aused to uniquely key in SQL is a value identify records in KEY is a single column or a table. A SQL combination of columns usedto uniquely identify rows orkey tuples in is used to identify a table. SQL duplicate informationit also helps to establish and relationshipmultiple tables in between the database. Note:that are not Columns in used to a table uniquely identify a recordare called non-key columns.
A primary is a single column value used to identify a database record uniquely. It has the following attributes โ โ A primary keyA primary key cannotvalue must be NULL be unique โ โ TheThe primary key valuesprimary key must be should given rarelya value be when changed a new record is inserted.
Foreign Key references the primary key of another Table! It helps connect your tables โ โ AIt ensures foreign key rows can in have one atable different name from its primary key have corresponding rows in another โ โ UnlikeForeign the keys primary can be null key, they even do though primary keys cannot not have to be unique. Most often they aren't
https://opentextbc.ca/dbdesign01/chapter/chapter-12-normalization/ https://www.marwaricollegeranchi.ac.in/pdf/Blog/ch04-Normalization.pdf https://www.javatpoint.com/dbms-keys https://www.emsisd.com/cms/lib/TX21000533/Centricity/Domain/71/Database_Terminology_an d_Concepts.pdf https://www.amplifyre.com/articles/ultimate-guide-relational-databases