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

Database I

ClassNotes Team 3 MIN READUPDATED 6 JUL 2026

Computer Science J.S.S 3 Second Term

Sub-theme: Basic knowledge of Information Technology

Week 4

Database I

Performance Objective

Student should be able to:

  1. Explain the following database terminologies :

(I) Field

(Ii) Record

(Iii) File

(Iv) Key

Content

Computer science, data that has several parts, known as a record, can be divided into fields. Relational databases arrange data as sets of database records, so-called rows. Each record consists of several fields; the fields of all records form the columns. Examples of fields: name, gender, hair colour

A software system used to maintain relational databases is a relational database management system (RDBMS). Many relational database systems have an option of using the SQL (Structured Query Language) for querying and maintaining the…