JSS3: COMPUTER STUDIES - 1ST TERM
-
Computer Career Opportunities | Week 15 Topics|1 Quiz
-
Computer Viruses I | Week 27 Topics|1 Quiz
-
Computer Viruses II | Week 37 Topics|1 Quiz
-
Introduction To The Internet | Week 44 Topics|1 Quiz
-
Internet Terminologies | Week 54 Topics|1 Quiz
-
The Concept of Digital Divide | Week 65 Topics|1 Quiz
-
Database Concept, Definition And Terminologies | Week 74 Topics|1 Quiz
-
Database II | Week 83 Topics|1 Quiz
-
Database III | Week 913 Topics|1 Quiz
-
Microsoft Access
-
Opening And Locating Ms-Access
-
Database Objects
-
How To Close A Database And Exit Ms - Access
-
Creating a Database
-
How To Create a Blank Database
-
Database Sheet In Database
-
Saving a Table In Ms Access
-
Setting Data Types In Access
-
Sorting, Filtering, and Creating Relationships In Access
-
Creating Queries In Ms-Access
-
Creating Forms In Access
-
Views In Microsoft Access
-
Microsoft Access
Some Basic Database Terminologies
Topic Content:
- Some Basic Database Terminologies
- file, table, field, record, primary key etc.
A computer system organizes data in a hierarchy that begins with the bit, which represents either a 0 or a 1. Bits can then be grouped to form a byte which represents one character, number, or symbol. Bytes can be grouped to form a field, and related fields can be grouped to form a record.
Below are some basic database terminologies;
1. Field: This is a portion of a record, for example, name, age, class, registration number, etc. It is actually a column on a datasheet, and it defines a data type for a set of values in a table.
2. Record: This is a collection of fields in a database such as a student’s name, age, class, etc. A record is made up of one or more keys. It is actually a row on a datasheet and it is a set of values defined by fields.
3. File: This is a collection of related records, for example, students’ files, employee’s files, and customer’s files.
4. Table: This is a grouping of related data organized in fields (columns) and records (rows) on a datasheet. Many tables can be stored in a single database.
5. Database: This is a group of related files (e.g. student enrollment number, school fees status, examination records, past history etc.)
6. Primary key: This is a unique identifier for a record. Examples of fields that can serve as primary keys include; NIN, Driving License number, Bank account number, Admission number, Fingerprint, BVN, etc.
7. DBMS (Database Management System) This is the software used to maintain a database. Examples are Dbase III, IV, Access, Oracle, etc.
8. DBA (Data Base Administrator) This is a person responsible for the management of a database. He keeps the database up to date.