a databases is a collection of data organized to make it easy to search and easy to retrieve in a...

16
Databasics

Upload: shanon-ryan

Post on 11-Jan-2016

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Databasics

Page 2: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Definitions: database

A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.

Page 3: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Definitions: table

A single store of related information. A table consists of records, and each

record is made up of a number of fields.

The primary piece in a database are tables.

Tables contain structured information.

Page 4: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Tab

les c

on

stru

ctio

n:

Record

s

Tables are made of records. Each record contains the same structure

as every other record.

Page 5: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Tab

le c

on

stru

ctio

n:

Fie

lds

Records are made of fields. A field is a single piece of information

with a precise description.

Page 6: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Excel vs. Access

Page 7: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Access

Page 8: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Use Access when you:

Require a relational database (multiple tables) to store your data.

Have a very large amount of data (thousands of entries).

Have data that is mostly of the long text string type.

Rely on multiple external databases. Want to run complex queries. Have many people working in the

database.

Page 9: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Excel

Page 10: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Use Excel when you:

Require a flat or non-relational view of your data.

If that data is mostly numeric or calculated.

Know your dataset is manageable in size.

Page 11: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Creating your database

Brainstorming without Excel› What information do I need to record?› What information do I want? › Do I need to “break it down?”

Page 12: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

Break it down…

Should I record name or first name and last name.

Who is going to handle data entry? Who is going to fix mistakes?

Possibly with others using the database

Page 13: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

80 /20 rule

Page 14: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

80 /20 rule

Page 15: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

80 /20 rule

Page 16: A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form

80 /20 rule