Skip to content

We use essential cookies to sign you in and remember your settings. With your permission we also use analytics cookies to understand how the site is used. See our privacy policy or fine-tune this anytime at cookie settings.

SubjectPaid lesson

NORMAL FORM III

ClassNotes Team 3 MIN READUPDATED 15 JUN 2026

DATA PROCESSING SSS2 FIRST TERM           

WEEK 9

NORMAL FORM III

Contents

KEY

A key is an attribute or field that can be used to identify a record in a database table or file.

The Primary Key is a unique attribute that can be used to identify a record in a database table. For Example, in the student database table above, the attribute that is unique to identify each record is the Student ID or Reg No.

CONCEPTS OF FOREIGN KEY

A foreign key is a field in a relational table that matches a candidate key of another table. A foreign key (FK) is a column or combination of columns that are used to establish and enforce a link between the…