tableA is a table in a relational database with a non-composite prime key. You have just ensured that each cell in tableA contains only one value. What is the highest normal form of tableA of which you may be certain? Explain your answer
SOLUTION:- The highest normal form of tableA is 2NF.
EXPLANATION:- tableA has a non-composite prime key and each cell (i.e., intersection of a row and a column) in tableA contains only one value. The rules of 1NF states that each table cell should contain a single value and each record needs to be unique. Here, tableA satsfies this rule so it is in 1NF. But, now we will consider another important aspect of tableA that tableA has a non-composite prime key i.e., a single column primary key. The rules of 2NF states that table has to be in 1st NF and also having single column primary key. Here, tableA is already in 1NF and contains non-composite prime key i.e., a single column primary key so tableA is in 2NF.
Therefore, we can say that the highest normal form of tableA is 2NF.
========================================================================
Get Answers For Free
Most questions answered within 1 hours.