introduction to computers lesson 10b. home database a collection of related data or facts

Post on 03-Jan-2016

219 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Introduction to Computers

Lesson 10BLesson 10B

homehome

Database

A collection of related data or facts

homehome

Database Management System (DBMS)

A software tool that lets you store,

access and process data or facts into

useful information

homehome

Important Database Terms

Fields

Records

Tables

homehome

Two Kinds of Databases

Flat-file

Relational

homehome

Flat-file Database

A database file that has a single data

table

homehome

Relational Database

A database made up of a set of tables

A common field in two tables creates a

relationship between the tables

homehome

Three Categories of Data Management

Entering data into the database

Sorting the data

Obtaining data subsets

homehome

Data Management Interface Tools

Creating tables

Viewing records

Sorting records

Creating queries

Generating reports

homehome

Steps for Creating Fields

Name the field

Specify the field type

Specify the field size

homehome

Types of Fields

Text

Numeric

Date or time

Logical

Binary

Counter

Memo

homehome

Form

Custom view of the table that shows

one record at a time

homehome

Mask

Also known as picture or field format

Accepts only valid characters and

controls the entry’s display format

homehome

Filter

Displays a selected list or subset of

records from a table

homehome

Query

User instructions that describe data and

set criteria for the DBMS, which then

constructs information based on the

instructions

homehome

Examples of Queries

Allow the DBMS to locate records

Establish relationships or links between tables to update records

List a subset of records

Perform calculations

Delete obsolete records

Perform other data management tasks

homehome

Ways to Perform Queries

SQL

Xbase

QBE

homehome

SQL

English-like query language that lets the

user query a database without knowing

much about the underlying database

structure

homehome

Xbase

Generic query language derived from

the query/programming language used

in Ashton Tate’s Dbase family of

database products

homehome

Query by Example (QBE)

Graphic query interface using a form or

a grid

homehome

Report

Printed information that, like a query result, is assembled by gathering data based on user-supplied criteria

Report generators in most DBMSs create reports from queries

Lesson 10BLesson 10B

Database Management Database Management SystemsSystems

homehome

Review Questions

What is a DBMS?

What are the two kinds of databases?

What is a form?

What is a query?

top related