Question - What is 2NF in the DBMS?
Answer -
2NF is the Second Normal Form.
Any table is said to have in the 2NF if it satisfies the following 2 conditions:
- A table is in the 1NF.
- Each non-prime attribute of a table is said to be functionally dependent in totality on the primary key.