20
DATABASES

DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Embed Size (px)

Citation preview

Page 1: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

DATABASES

Page 2: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

DEFINITIONS:What is a

database?

an organized collection of related information.

File:

A database file is made up of related records in a database.

Field: A category of information in a database.

Record:

A row of completed fields

Page 3: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 4: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 5: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Computerized Databases you may be familiar with include:• Destiny Library Catalog

• Amazon.com, E-Bay and other on-line shopping web sites

• Cell Phone Contact List

• MP3 Play List

• iTunes Store Music & Apps

Page 6: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Advantages of Computerized Databases

Can alphabetize and sort data fast

Can find a specific file quickly Can filter/search for specific types of

information

Can make many different types of

reports

Page 7: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Who uses computerized databases in the real world?

Stores use them to keep track of inventory

Travel agents can keep up with their

customers and reservations

Hospitals track patient information

Schools to keep track of student

information, attendance & grades

Page 8: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

• method of sorting data in order from lowest to highest

Alphabetical (A-Z) or Numerical (0-9)

Database Features

Ascending order:

• the opposite of ascending order - highest to lowest

Reverse Alphabetical (Z-A) or Reverse Numerical (9-0)

Descending order:

Page 9: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

The process of finding all records of a database that meet a criterion or mathematical statement.

QUERY (SEARCH/FILTER)

=plaid <$29.95

<>12

COLOUR

COST GRADE

Page 10: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

less than (<)

greater than

(>)

equals (=)

MATHEMATICAL RELATIONSHIP S

The comparison of two pieces of information using logical operators:

Operators: Mathematical symbols

less than or equal to

(<=)

greater than or equal to

(>=)

Page 11: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Words such as and, or, not join certain conditions together when performing a query.

Multiple Criterion Filter:

A database operation that displays records that meet several criteria simultaneously.Connectors:

Example, Between 20 and 25 years of age >20and<25

Page 12: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 13: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 14: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 15: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Wildcard:

A character in a search that permits any character to be specified. In a database search, the asterisk (*) is the wildcard character to replace one or more letters

Like S* will locate all records that begin with the letter S

Page 16: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 17: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 18: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database
Page 19: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

QUESTIONS???

Page 20: DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database

Let’s work with a database together . . .

LOAD MSACCESS and open the file called Tool

Inventory from the shared drive –

Productivity Software Databases