18
Database Basics

Database Basics Describe the basic organization of a database. Summarize advantage to using database software. Define GIGO, and explain how

Embed Size (px)

Citation preview

Page 1: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Database Basics

Page 2: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Describe the basic organization of a database.

Summarize advantage to using database software.

Define GIGO, and explain how it relates to the quality of a database.

Give examples of how to manage information in database.

Describe the features of a report template.

Objectives

Page 3: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Data type Database Field Garbage in, garbage out (GIGO) Record Table Database Management System (DBMS) Flat-File Database

Key Terms

Page 4: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Key Field Object-Oriented database Relational Database Sort Ascending order Information overload Report Report Template

Key Terms

Page 5: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

What is a Database?

Databases make it easy to store, add,

organize, and retrieve information.

Introduction

Page 6: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Records – The data in each table is further split intosmaller units that contain related information aboutone individual or item.

Field – Each separate piece of data that is stored ina record – a student’s last name, and first name. Itis the smallest element in a database.

Data Type – limited kind of information that can beentered into a field.

The Essentials of a Database

Page 7: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how
Page 8: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how
Page 9: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

GIGO – is short for “garbage in, garbage out.” Itmeans that if the information placed in a database iswrong, anyone using that information will get thewrong results.

Database Management System – is software used tomanage the storage, organization, processing, andretrieval of data in a database. Example:FileMaker Pro 12

Flat-file database – allows you to work with data inonly one table.

The Essentials of a Database

Page 10: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Flat File Database

Page 11: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Relational Database – can use data from severaltables at the same time. This is because the tableslinked by a key field.

Key Field - a field that is found in each of thetables.

Ascending order – data can be sorted, in which an

example would be values increase, such as A,B,C or

1,2,3.

The Essentials of a Database

Page 12: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Relational Database

Page 13: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Table – A database has one or more tables, just as afile cabinet may have one or more drawers.

Sort – database programs are superior to paperdatabases in part because the information can besorted in different ways.

Object-Oriented Databases – databases that storeobjects, such as documents, video clips, and audioclips.

The Essentials of a Database

Page 14: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Object Oriented Database

Page 15: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Multimedia Databases – serves as an index to all the

separately stores files similar to a book index.

Data Security – The same features that makedatabases efficient tools make them vulnerable to invasions of privacy. Personal information can bemisused. Requiring users to input a password sothey can access data which is one way of keeping adatabase secure.

The Essentials of a Database

Page 16: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Data Redundancy – Repeating the same data inmany tables wastes space by requiring a computerto store the same information more than once.

Information Overload – can be reduced orprevented if the information is summarized so thatDatabase users are not overwhelmed by details.

Chronological Order – dates and times are sorted inthis way.

The Essentials of a Database

Page 17: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Multi-Sorts – allows you to tailor the reportsgenerated from a database.

Report Template – a pattern that controls how datawill be displayed. This typically has several mainfeatures:

Report header – appears at the beginning of areport, such as the report title.

Report footer – appears at the end of a report,such as summary totals or averages

The Essentials of a Database

Page 18: Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how

Page header – appears at the top of each page,such as field headings

Page footer – appears at the bottom of each page, such as the date the report was printed and the page number the arrangement of the data that you want the report to include (Example: books in a library)

The Essentials of a Database