General
Structure
Access
Languages
100

Organized collection of information

Database

100

Each Row in a Database represents

Record

100

DBAs often use this method to access a Database

Direct Access or Manual Access

100

This language allow unstructured data to be searched

Markup Language (XML)

200

a RDMS consists of (blank) organized into (blank) and (blank)

Tables, Rows & Columns

200

Each column represents a separate

Field

200

This GUI allows users to run queries and reports without knowing SQL

Query & Report Builder

200

These SQL commands affect entire Database, including permissions

Data Definition Language (DDL)

300

This data has no rigid format & typically easier to create and store

Unstructured data

300

This Field must be unique in a row

Primary Key

300

Many software programs contain libraries of stored commands to allow Database Access

Programmatic Access

300

These SQL commands allow insert/update/extract of data records in a Table

Data Manipulation Language (DML)

400

Some benefits of RDBMS over Flat File System

Access Control, Enforce Data Types, Scalability

400

When a Record is linked to another Table, the Primary Key becomes a

Foreign Key

400

A critical function that should be performed on a regular basis

Backups

400

This language allows manipulation of unstructured data

NO SQL

500

Some common RDBMS vendors/systems are

MS SQL, Oracle, MySQL & MS Access

500

When 2 or more Tables are linked in a Database, this produces a

Schema

500

This access often happens in the background without user knowledge

Utility Access

500

This is the language used by a RDBMS

Structured Query Language (SQL)