Database Design Terms Flashcards
1
Q
Normalization
A
Normalization: The process of organizing data in a database to reduce redundancy and dependency. It involves dividing large tables into smaller, related tables to achieve data integrity and efficiency.
2
Q
Functional Dependency
A
Functional Dependency: Describes the relationship between attributes in a relation, where the value of one attribute uniquely determines the value of another.