• Tidak ada hasil yang ditemukan

DATABASE MANAGEMENT SYSTEM (DBMS)

N/A
N/A
Protected

Academic year: 2018

Membagikan "DATABASE MANAGEMENT SYSTEM (DBMS)"

Copied!
28
0
0

Teks penuh

(1)
(2)

Slide 2

Data

is any unorganized raw facts

Information

is data that has been processed in

a meaningful and useful way.

Database

is an organized collection of

related

tables and other structures.

Database Management System (DBMS)

is a

computer program used to create, process, and

manage the database.

(3)

 Analogi ≈ Lemari Arsip

MAP Disk FILE

Lemari Arsip Basis Data

NIM

NIM NamaNama AlamatAlamat Tgl. LahirTgl. Lahir

0400100252

0400100252 AdiAdi Jl. AkasiaJl. Akasia 12 Januari 198012 Januari 1980

0400200144

0400200144 SandiSandi Jl. Pulau KaweJl. Pulau Kawe 1 April 19811 April 1981

0300100312

0300100312 HeruHeru Jl. Ahmad YaniJl. Ahmad Yani 31 Juli 198031 Juli 1980

Database Concepts

(4)
(5)

Slide 5

Data Type

Data usually consists of text, numbers, currency, and dates.

Logical data Only yes or no answers are allowed  Objects – Non-textual data

 Binary large objects (BLOBs) – Very large objects

 Default value – Pre-defined values such as today’s date

(6)

Operations of Database

 Create Database

 Drop Database

 Create Table

 Drop Table

 Insert Table

 Update Table

 Delete Table

 Query Table

(7)

Types of Database Programs

File Management Programs:

Create flat files containing one file or table

Files can not be linked to other files

Are easy to use and customize

Are not as complex as database management systems

Database Management Systems

(

DBMS

):

Contain multiple files or tables

Are programs that enable data to be stored, modified, and extracted from a database

Are more difficult to learn than file management systems

Types of Database Programs

(8)

Components of DBMS

(9)

Slide 9

Relational Database Management Systems

Relational database management systems are the most widely used type of DBMS.

(10)

© 2005 Prentice-Hall, Inc Slide 10

Data Warehousing and Data Mining

Data Warehousing:

Supplements DBMSs by bringing together all data into one huge database

Organizes management’s decision-making process

Uses a technique called drill-down to view performance data of the entire company

Data marts support one division of an organization rather than an entire firm.

Data Mining:

Is a data exploration technique

(11)

© 2005 Prentice-Hall, Inc Slide 11

Client/Server Database Systems

Data server – Professionally administered program that runs on a local area network (LAN). It responds to requests for data.

Client – A user-friendly program that accesses the server. Users can add data, maintain records, perform queries, and generate reports.

Clients request data using a query language called

(12)

© 2005 Prentice-Hall, Inc Slide 12

The Internet Connection: Going Public With Data

Web-based integration is the latest trend in database software.

(13)

© 2005 Prentice-Hall, Inc Slide 13

Advantages of Database Management Systems

Data integrity is the validity of the data.

Data validation defines acceptable

input ranges for each field.

Types of data validation are: Alphabetic check

Numeric check

Range check

Consistency check

Completeness check

Data independence refers to how

data is stored so that it can be used with different types of application programs.

Avoidance of data

redundancy refers to

avoiding the repetition of data.

Data security is the unavailability of data to people who would misuse it.

Data is also protected from

loss due to equipment failure.

Data maintenance refers

to the procedures for adding, updating, and deleting records.

 The areas of importance for building a quality database are:

Data integrity

Data independence

Avoidance of data redundancy

Data security

(14)

© 2005 Prentice-Hall, Inc Slide 14

Information Systems: Tools for Global

Competitiveness

An information system is designed to bring data,

computers, procedures, and people together to manage information important to an organization’s mission.

 To be valuable, information must be:

(15)

© 2005 Prentice-Hall, Inc Slide 15

(16)

© 2005 Prentice-Hall, Inc Slide 16

Computerized Information Systems

 A computerized information system (CIS):

Includes data, hardware, software, trained personnel, and procedures

Collects critical data, processes the data, stores the data, and disseminates information throughout the organization

(17)

© 2005 Prentice-Hall, Inc Slide 17

Techniques of Information Reduction

 Controlling information is important to keep people from being overwhelmed by it.

 Control methods in an information system include:

Routing information

Summarizing information

Enabling selectivity

(18)

© 2005 Prentice-Hall, Inc Slide 18

Transaction Processing Systems (TPSs)

 TPSs handle an organization’s accounting needs.

 Early TPSs used batch processing systems.

Online processing consists of entering transaction data and viewing the results immediately.

 TPSs enable managers to make operational decisions.

(19)

© 2005 Prentice-Hall, Inc Slide 19

Management Information Systems (MISs)

 MISs are computer-based systems that support the information needs of different levels of management.

 MISs help management make informed tactical decisions.

 MISs work with transaction processing systems.

 MISs inform managers if their goals are being met.

 Drawbacks of MISs:

Reports may contain unwanted information

 Information may not be available when needed

(20)

© 2005 Prentice-Hall, Inc Slide 20

Decision Support Systems (DSSs)

 DSSs enable managers to ask questions that can’t be answered by MIS reports.

(21)

© 2005 Prentice-Hall, Inc Slide 21

Executive Information Systems (EISs)

 EISs are also known as executive support systems

(ESSs).

 EISs support strategic decisions made by top level management that will affect the entire company.

(22)

© 2005 Prentice-Hall, Inc Slide 22

Strategic decisions

Tactical decisions

Operational decisions

Types of Decisions and Information Systems for Managers

(23)

© 2005 Prentice-Hall, Inc Slide 23

Knowledge Management Systems

Knowledge management systems are used to

(24)

© 2005 Prentice-Hall, Inc Slide 24

Expert Systems

Expert systems are systems that deal with expert knowledge in a particular area.

 Expert systems:

Help in making decisions

Use artificial intelligence principles

(25)

© 2005 Prentice-Hall, Inc Slide 25

Computers and Databases in the Retail Sector

 Computers and databases are used for the checkout process and strategic purposes.

 At the checkout counter:

Point of sale terminals are replacing the cash register.

Optical scanners read the universal product code (UPC) label that identifies items, their costs, and any sale prices.

Credit card authorization terminals are used to process credit card transactions by placing a call to a call center

(26)

© 2005 Prentice-Hall, Inc Slide 26

Computers and Databases in the Retail Sector

 At the checkout counter (continued):

Check-screening systems read the check’s account number, then compare it with delinquent accounts.

Signature capture systems capture a customer’s signature on a pressure sensitive pad.

(27)

© 2005 Prentice-Hall, Inc Slide 27

Chapter 10 Summary

• Database software transforms data into information.

• Information is data that is organized to be meaningful and useful.

• A database file is made of: Characters

Fields Records

• File management programs work with one database file. • DBMSs can work with two or more database files at a time. • A good database system contains:

Data integrity

Data independence

Data redundancy avoidance measures Data security

(28)

© 2005 Prentice-Hall, Inc Slide 28

Chapter 10 Summary continued

• A computer information system provides essential services to an organization.

• Information systems include:

Transaction processing systems (TPS) Management information systems (MIS) Decision support systems (DSS)

Executive information systems (EIS)

Knowledge management systems (KMS) Expert systems (ES)

Referensi

Dokumen terkait

PROGRAM STUDI PEND,BAHASA INGGRIS - JURUSAN PEND... Maria Arina Luardini,

Penelitian ini bertujuan untuk mengetahui aktivitas antioksidan melalui metode peredaman radikal bebas dari fraksi flavonoid yang tidak mengandung

GAMBARAN KADAR BIOMARKER HUMAN SOLUBLE TUMOR NECROSIS FACTOR RECEPTOR II ( STNF RII) PADA PENDERITA MALARIA.. Gerson Ryanto 1 ,

Saran dari penelitian ini adalah agar pihak Rumah Sakit lebih meningkatkan pelayanan medis terhadap penderita Typhus Abdominalis untuk meningkatkan laju kesembuhan

Hal ini sejalan dengan hasil penelitian Atmaja (2003) menyimpulkan bahwa kualitas jasa mampu mempengaruhi kepuasan pelanggan dan memberikan dampak tidak langsung pada

dalam bahasa Indonesia Mushaf Syaamil Al-Qur’an pada kata-kata Lazim terpilih. dalam surah

Format atau bentuk surat intended style ini hampir sama dengan block style, satu yang membedakan adalah penulisan alamat dalam yang menyerupai tangga.. Perhatikan format intended

The big data market, said Flomenberg, is divided into “above-the-line” technologies (e.g., data-as-a-product, data tools, and data-driven software) and “below-the-line”