implementing the theory dbase operations in ms access

6
Implementing the Theory dBase Operations in MS Access

Upload: allen-murphy

Post on 03-Jan-2016

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Implementing the Theory dBase Operations in MS Access

Implementing the Theory

dBase Operations in MS Access

Page 2: Implementing the Theory dBase Operations in MS Access

Databases:

In Access, a database consists of:

• Tables

• Queries

• Forms

• Reports

Page 3: Implementing the Theory dBase Operations in MS Access

Tables:

Tables are two dimensional structures to organise data.

Data decomposition divides the data into “topics”. Each topic is stored in a table.

The table’s characteristics can be specified in Design View.

Tables can be populated in Data View.

Page 4: Implementing the Theory dBase Operations in MS Access

Queries:

Queries are used to retrieve data from the database (sometimes by combining data from different tables).

The command SELECT begins all queries in Access. As in SQL, the SELECT is used to Select, Project, and Join.

Page 5: Implementing the Theory dBase Operations in MS Access

Forms:

Forms are used primarily to provide a simple way to enter data into the database, or present the results of a query.

They can selectively display fields in which the database user can enter data.

Page 6: Implementing the Theory dBase Operations in MS Access

Reports:

Reports, as the name implies, are used to create nicely formatted summaries of the data, including graphs.

See examples:altVideo