Dot

Object-Oriented Model

Defines a data object as containing code (sequences of computer instructions) and data (information that the instructions operate on). Traditionally,…

4 years ago

Relational Model

Data items organized as a set of formally described tables from which data can be accessed or reassembled in many…

4 years ago

Network Model

A special case of the hierarchical data model in which each record type can have multiple owners (e.g., purchase orders…

4 years ago

Hierarchical Model

A data model that links records together like a family tree, but each record type has only one owner (e.g.,…

4 years ago

Flat File Model

A file structure involving data records that have no structured interrelationship. A flat file takes up less computer space than…

4 years ago

Database Model/Schema

The structure or format of a database, described in a formal language supported by the database management system. Schemas are…

4 years ago

Database Management System/Software (DBMS)

A collection of programs that enables information to be stored in, modified, and extracted from a database. There are many…

4 years ago

Database Dictionary

A file that defines the basic organization of a database. A database dictionary contains a list of all files in…

4 years ago

Database Administrator (DBA)

The person who has central control over data and programs accessing the data. Responsibilities of the database administrator include data…

4 years ago

Database (electronic)

A repository for information or data organized in such a way that a computer program can quickly select desired pieces…

4 years ago