(n o r m a l i z a t i o n) · implementasi database (isbn:978-979-29-2195-3), andi publisher...

8
Program Studi: Manajemen Bisnis Telekomunikasi & Informatika Mata Kuliah: Data Management Oleh: Yudi Priyadi (N o r m a l i z a t i o n)

Upload: hoangnhu

Post on 07-Aug-2019

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Program Studi: Manajemen Bisnis Telekomunikasi & InformatikaMata Kuliah: Data Management

Oleh: Yudi Priyadi

(N o r m a l i z a t i o n)

Page 2: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

2 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Students are able to explain the types of anomalies during the process ofnormalization,

Students are able to apply the concept of functional ketergatungan an attribute in atable,

Students are able to conduct analysis for abnormal shape to the normal form thatrefers to the normalization rules based design modeling diagram E-R to be convertedinto a physical table,

Students are able to conduct an evaluation of the implementation of a requirementthat must be met at the time towards a better shape (well structured relations).

Learning Objectives

Page 3: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

3 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Source: Y.Priyadi. 2014. Kolaborasi SQL & ERD Dalam Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher

Anomalies Insert Anomalies Delete Anomalies Update

Page 4: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

4 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Functional Dependency

1. Attribute X functionally determines Attribute Y, or2. Attribute Y dependent function of Attribute X.

The notation for attributes X and Y :

kodepasien namapasien

{ penyakit, kodepasien } diagnosis

Full functional dependency

kodepasien nokmar

Partially dependency

{kodepasien, namapasien} nokmar

Transitive Dependency

X Y

Y Z

kodepasien {namapasien, nokmar, penyakit}

nokamar penyakitSource: Y.Priyadi. 2014. Kolaborasi SQL & ERD Dalam Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher

Page 5: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

5 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Bentuk Tidak Normal (UNF)

Bentuk Normal Pertama (1NF)

Bentuk Normal Kedua (2NF)

Bentuk Normal Ketiga (3NF)

Bentuk Normal Boyce Codd

(BC/NF)

Bentuk Normal

Keempat (4NF)

Bentuk Normal

Kelima (5NF)

NF

Stages Process of Normalization Forms

Stages of Normalization Process RulesSource: Y.Priyadi. 2014. Kolaborasi SQL & ERD Dalam Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher

Page 6: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

6 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Illustration for Normalization ProcessSource: Y.Priyadi. 2014. Kolaborasi SQL & ERD Dalam Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher

Page 7: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

7 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Source: Y.Priyadi. 2014. Kolaborasi SQL & ERD Dalam Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher

Page 8: (N o r m a l i z a t i o n) · Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher Anomalies Insert Anomalies Delete Anomalies Update. Telkom University 4 Creating the

Telkom University

8 Creating the great business leaders

Program Studi:MANAJEMEN BISNIS TELEKOMUNIKASI & INFORMATIKA

Dosen:Yudi Priyadi, M.T.

Fakultas Ekonomi dan BisnisSchool Economic and Business

Source: Y.Priyadi. 2014. Kolaborasi SQL & ERD Dalam Implementasi Database (ISBN:978-979-29-2195-3), Andi Publisher