You are on page 1of 6

(PERTEMUAN 4 ENTITY RELATIONSHIP DIAGRAM)

(BAG. 2)

STUDY PROGRAM D-IV


TEKNIK INFORMATIKA POLITEKNIK NEGERI MALANG
Jl. Soekarno Hatta No. 9 Malang 65144

Student name : Hammam abdullah Saeed B.G


Nim : ( 2341720203)
N.a : 12
Class : TI_I1
» Topik Entity Relationship Diagram (ERD)

» Praktikum

Praktikum – Bagian 1: Membuat ERD Chen dengan bantuan CASE Tool TerraERD

Downloaded succesfully!

First creating a basic ERD by the application :


Saved !

» Tugas
1.
Simpanlah lagi ERD yang Anda buat tadi dengan nama lain. Lalu modifikasi dan lengkapilah ERD
tersebut dengan semua elemen (Entities, Attributes, Relationships) yang terdapat dalam skenario Top-
Down

Entities:

1. Product

2. Component

3. Supplier

Attributes:

1. Product: Product ID (Primary Key), Product Name, Quantity Available

2. Component: Component ID (Primary Key), Component Name, Description

3. Supplier: Supplier ID (Primary Key), Supplier Name

Relationships:

1. A Product is made up of many Components (1:N relationship between Product and Component).

2. A Component can be supplied by one or more Suppliers (M:N relationship between Component
and Supplier).

3. A Supplier can exist without providing any Components (optional relationship).

4. A Component does not have to be associated with a Supplier (optional relationship).

5. A Component does not have to be related to a Product (optional relationship).

6. A Product cannot exist without Components (mandatory relationship).


The Erd:

2.

Cari CASE tools yang dapat digunakan untuk membuat ERD versi Martin. Software apapun boleh
asalkan dengan syarat harus gratis (legal) atau open source. Mari kita hindari penggunaan perangkat
lunak ilegal.Dia: A free and open-source general-purpose diagramming software.

There is a lot of free amd opem sources to create martin version ERD such as :

1. Lucidchart: Offers a free version with limited functionality for creating diagrams online.

2. draw.io: A free online diagram software for making flowcharts, process diagrams, ER diagrams..

3. StarUML: An open-source project to develop a fast, flexible, extensible, and featureful.

4. Argouml: An open-source UML modeling tool.

You can use any of these tools to create the ERD.


Gunakan tools yang telah Anda install tadi untuk membuat ERD versi Martin dari soal nomor 1.

For me I used uml diagrams because it provides the easiest way to connect line and choose the
shapes and also it looks much better than the normal diagrams.

You might also like