Introduction to Databases
Creating Database Structure
Data Entry Forms
Sorting Data
Primary Keys
100

A collection of organized information stored electronically.

Database

100

The first step when designing a database is identifying this.

the purpose of the database

100

Forms are used to make this easier.

entering data

100

Arranging data alphabetically is called this.

sorting

100

A field that uniquely identifies each record.

primary key

200

The software used to create and manage databases.

Database Management System ( DBMS)

200

A table is made up of rows and this.

columns

200

A form displays one record at a time (True/False)

True

200

Sorting A–Z is known as this type of order.

Ascending

200

A primary key must be this for every record.

unique

300

An example of a database you use every day (e.g., student records, contacts).

Any example of a database eg school database, phone contacts

300

Choosing appropriate names for fields helps improve this.

organization or clarity

300

Forms help reduce this when entering data.

errors

300

Sorting Z–A is known as this.

descending

300

A primary key cannot contain this.

duplicates or null values

400

The rows in a database table are called.....

records

400

A field that stores numbers, text, or dates is defined by this.

data type

400

A feature that restricts what users can enter in a field.

validation

400

Sorting helps users find this more easily.

information/data

400

An example of a good primary key in a student table.

student ID

500

The columns in a database table are called.....

fields

500

Breaking data into multiple related tables avoids this problem.

data redundancy

500

Forms are linked to this part of the database.

tables

500

Sorting by more than one field is called this.

multi-level sorting

500

Primary keys help link tables together using this.

relationships (or foreign keys)