Third Normal Form(3NF)
What is Third Normal Form? The third step in Normalization is 3NF. For a table to be in third normal form, it needs to satisfy the following conditions: For every non-trivial function dependency X → Y. X is a super key. Y is a prime attribute, i.e., each element of Y is part of some […]
February 28, 2023 | DBMS | No comments