intro to dbms part1

9
Database Management

Upload: ivyflux

Post on 06-Apr-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 1/9

DatabaseManagement

Page 2: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 2/9

Objectives

Discuss the functions

common to most DBMSsIdentify the qualities

of valuable information

Explain why data is important

to an organization

Discuss the terms character,

field, record, and file

Identify file maintenance techniques

Differentiate between a file processing

system approach and the database approach

Describe characteristics of 

relational, object-oriented, and

multidimensional databases

Explain how to interact with Web databases

Discuss the responsibilities of 

database analysts and administrators

Next 

Define the term, database

Page 3: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 3/9

Add,change,

and delete

data

Create

database

Sortand

retrieve

data

Create

forms

and

reports

Data and Information

What is a database?

p. 514 Next 

Database software allows you to

Collection of data

organized so

you can access,retrieve, and

use it

Database software

also called databasemanagement system

(DBMS)

Page 4: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 4/9

Data and Information

How are data and information related?

p. 514 - 515 Fig. 10-1 Next 

Data is raw facts

Information is data that is organized and meaningful

Computers process data into information

Page 5: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 5/9

Data and Information

What is data integrity?

p. 516 Next 

Degree to which data is

correct

Garbage in, garbage

out (GIGO) — computer

phrase that means you

cannot create correct

information from

incorrect data

Garbage out

Garbage in

Data integrity

is lost

Page 6: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 6/9

Useful

Accessible

Organized

Data and Information

What are the qualities of valuable information?

p. 516 - 517 Next 

Timely

Verifiable

Accurate

Cost-effective

Page 7: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 7/9

The Hierarchy of Data

What is a hierarchy?

p. 517 Fig. 10-2 Next 

Database contains files, file contains records, record

contains fields, field contains characters

Page 8: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 8/9

The Hierarchy of Data

What is a field?

p. 518 Fig. 10-3 Next 

Combination of one or more

characters

Smallest unit of data user accesses

Field name uniquely identifies each

field 

Field size defines the maximum

number of characters a field can

contain

Data type specifies kind of data field

contains

Page 9: Intro to DBMS Part1

8/3/2019 Intro to DBMS Part1

http://slidepdf.com/reader/full/intro-to-dbms-part1 9/9

Yes/No(also called

Boolean) — only the

values Yes or No (or

True or False)

HyperlinkWeb address that links to

document or Web page

Object(also called BLOB for binary large

object) — photograph, audio, video,

or document created in other

application such as word

processing or spreadsheet

The Hierarchy of Data

What are common data types?

p. 518 Next 

Currencydollar and cent amounts or

numbers containing decimal

values

Datemonth, day, year, and

sometimes time

Memolengthy text entries

Text(also called

alphanumeric) — letters,

numbers, or special

characters

Numericnumbers

only

AutoNumberunique number automatically

assigned to each new record