Databases

Databases are used to process Lists

These lists are stored in tables. The tables have rows and columns, much like a spreadsheet.

This table is called a Database:  it is a collection of rows which is organized to make the retrieval of information easier.  

A database can consist of a single file ( a flat database file) OR a number of related files (relational database file). 

Information is organized data

A column of the table is also known as a Field: the basic element of any database. 

A field stores an individual piece of information, such as a phone number or a zip code.

A row of the table is also know as a Record: records are made up of fields and are identical in structure throughout a database file. 

In an address book database, for example, an individual record might contain a Name, an Address, a Zip Code, and a Phone Number fields.

Everyday uses of databases

- locates information instantly, updates information, alphabetize, and prioritize

Operations that can be performed on records in a database:

View the database in many different ways

Four steps in creating a database 

Step One: Create a database structure

Step Two: Collect the data

Step Three: Data Entry

Step Four: Verify the data

Examples of database programs