Which normal form ensures that there are no repeating groups in a table?
- Boyce-Codd Normal Form (BCNF)
- First Normal Form (1NF)
- Second Normal Form (2NF)
- Third Normal Form (3NF)
The First Normal Form (1NF) ensures that there are no repeating groups in a table by ensuring that each column contains atomic values, and each column has a unique name. This is the fundamental level of normalization in DB2.
Loading...
Related Quiz
- In DB2, a cursor is primarily used to process ________.
- Scenario: A DBA needs to optimize database performance in a high-transaction environment. What features of DB2 should they focus on to achieve this goal?
- Weak entities in an ERD depend on the existence of ________ entities.
- Which aggregation function in DB2 is used to find the highest value in a column?
- What are the key considerations for selecting an encryption algorithm in DB2?