Sunday, February 5, 2012

Working with a data base

 In this activity we will work with a simple database.

Visit the link below;


 1.       Work through the sections in the chapter called “Table that data”.

2.       Make sure you try the “Practice” section;

    1. To save you downloading the practice database I have done that for you and saved it into the general resources folder on this site. You will need to right click the file and choose “save target as” and then save the file to the desktop. Then right click the downloaded file and choose extract all. This will save the database for you to the location you choose. The instructions you need will open in a help file once you have enabled macros in the database.



3.       You should write a brief explanation of each of the sections in the tutorial and post them into your Blog. 
                                                                 Tables-
                                                                                                Tables store data.
A database should have a separate table for every major subject .  Duplicating data is a common error. Each table contains rows called records and columns called fields.
A record is a collection of facts about a particular person, event, CD, or other item of interest. 
A field is a single kind of fact that may apply to each person, event, or other record.


 
The fields in your database have settings that determine the type of data they can store, how the data is displayed, and what you can do with the data.
entry date.The data type limits and describes the kind of information in the field. The data type also determines the actions you can perform on a field and how much memory the data uses.
Fields also have properties that control the details of information inside them, including a character length, a default value, and a validation rule that makes sure the data meets certain criteria.



Each record in each table should be unique
To distinguish one record from another, tables can contain a primary key field.
The primary key is an identifier—such as a part number, a product code, or an employee ID—that's unique to each record.


To distinguish one record from another, tables can contain a primary key field.
The primary key is an identifier—such as a part number, a product code, or an employee ID—that's unique to each record.
The primary key should be a piece of information that won't change frequently.

A primary key separates similar information and makes each record unique. It also brings information together.



Practice test :Done


No comments:

Post a Comment