A Level Computer Science OCR Test 2026 – 400 Free Practice Questions to Pass the Exam

Question: 1 / 400

What distinguishes First Normal Form (1NF) from other normal forms?

It allows multiple values in a single field

Each tuple and attribute must hold only one value

First Normal Form (1NF) is primarily defined by the requirement that each column in a table should contain atomic, indivisible values, meaning that each field must hold only a single value. This characteristic is crucial because it ensures that the data is structured in a way that facilitates easier querying, manipulation, and avoidance of data redundancy.

When a table conforms to 1NF, each record (or tuple) must represent a unique entity, and each attribute should only contain one piece of information at a time. For example, if a table lists students and their courses, rather than allowing a single field to hold multiple courses (like "Math, Science"), each course should be represented in its own row alongside the student.

This foundational principle of 1NF distinguishes it from other normal forms, which incorporate additional rules regarding relationships between tables and dependencies, but all build upon the initial structure laid out by achieving 1NF. Other aspects, such as the requirements of foreign keys or the need for a primary key, come into play in later normal forms but are not defining characteristics of the first normal form itself.

Get further explanation with Examzify DeepDiveBeta

It is not based on a primary key

It requires the presence of foreign keys

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy