Grade 12 WK5
Grade 12 WK5
GRADE 12 WEEK 5
Database
Basic Terminologies
1. Field: A field is a specific item of information containing a homogenous set of values
throughout the table. Fields appear as columns in a table and as cells in a form.
2. Record: an individual listing of related information consisting of a number of related fields
stored in a table. A record is also called a row in the datasheet.
3. File: this is a collection of records, for example a school database.
4. Primary Key: a field in a table whose value is uniquely identifies each record in the table.
5. Foreign keys: foreign key used to create relationships between tables.
6. Object: An object is a component of a database, such as a table, query, form, or report
7. Query: Query is a request for a particular collection of data in a database.
8. Report: a formatted collection of information organized to provide printed data on a specific
subject.
9. Form: A form is a window or screen that contains numerous fields, or spaces to enter data
10. Table: In database a table is where all the data in a database is stored.
Network Database
A network database is a type of database model wherein multiple member records or files can
be linked to multiple owner files and vice versa. In the network model of a database it is
possible for a record to have multiple parents, making the system more flexible compared to
the strict single parents of the hierarchical database.
Relational Database
A relational database is a digital database whose organization is based on the relational model
of data. A relational database is one that presents information in tables with rows and columns.
Records are arranged in rows while fields are arranged in columns. Relational database is the
most common type of database structure. It is used by most microcomputers Database
Management System (DBMS) packages. The various software systems used to maintain
relational databases are known as a relational database management system (RDBMS).