About Databases: Advantages of The Database Approach To Data Management
About Databases: Advantages of The Database Approach To Data Management
OR
OR
data can be stored online in flat files. This is the traditional approach. A flat file can be imagined to be like
a word-processing file. Data is simply typed into the file.
data can be stored in computerised databases. The database approach sees data being stored in an
organised manner, using fields and records, which makes it easy to enter, maintain and query data.
speed
efficiency
o
o
o
o
o
cost
data quality
completeness
validity
consistency
timeliness
accuracy
data handling and data processing
DATABASE QUERIES
Queries are a way to ask questions of your data. You can use queries to -
To create a query you need to know where the data is stored and which fields you want to see. As you
define the query, you may include criteria that limits what data is displayed. For select queries you can
view the results in a datasheet. Other types of queries can be used to change parts of your database
table(s).
You can create calculated fields in a query. Calculated fields do not exist in any table, they get their
values from a mathematical expression based on existing fields.
To create a query you can use a wizard or design view.
Types of queries
o
o
o
o
Select query - Chooses the data you want from one or more tables and displays it on the order you
indicate. You can choose to see detailed data or just summary information.
Action query - Changes the data in some way
Delete query - removes records from tables
Update query - changes values in a field
Make table query - creates a new table based on data in other tables
Append query - adds data from one table to the bottom of another table
DATABASE FORMS
Forms provide a quick and easy way to modify and insert records into your databases. They offer an
intuitive, graphical environment easily navigated by anyone familiar with standard computer
techniques.
DATABASE REPORTS
Reports are the best way to put information from your database onto paper. In a report you can choose
which information to include (which tables, fields, records), how to display your data (fonts and sizes,
boxes, pictures), and where to put each piece of information (field and line spacings). Reports can include
information from one or more tables and you can list or summarize your data. The data may come directly
from a set of table or be filtered through a pre-written query. The report feature can be used to generate
lists, invoices, and even address labels.
You can create a report by running a wizard or in design view - though only brave souls use this method.
You can look at a report one of three views - design view, print preview, layout view.