0% found this document useful (0 votes)
41 views9 pages

Diajukan Untuk Memenuhi Salah Satu Syarat Kelulusan Mata Kuliah Sistem Basis Data

This document is a database system assignment submitted to fulfill requirements for passing the Database Systems course. It includes entity relationship diagrams and descriptions of tables for items, customers, suppliers, and sales. The tables store information like item codes and names, customer codes and addresses, supplier codes and cities. They describe primary keys, data types, and whether fields are required. Forms and reports are also outlined to view, enter, and print data from the tables. Relationships between tables are mentioned but not described in detail.

Uploaded by

AprilGiie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views9 pages

Diajukan Untuk Memenuhi Salah Satu Syarat Kelulusan Mata Kuliah Sistem Basis Data

This document is a database system assignment submitted to fulfill requirements for passing the Database Systems course. It includes entity relationship diagrams and descriptions of tables for items, customers, suppliers, and sales. The tables store information like item codes and names, customer codes and addresses, supplier codes and cities. They describe primary keys, data types, and whether fields are required. Forms and reports are also outlined to view, enter, and print data from the tables. Relationships between tables are mentioned but not described in detail.

Uploaded by

AprilGiie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

TUGAS SISTEM BASIS DATA

Diajukan untuk memenuhi salah satu syarat kelulusan


Mata Kuliah Sistem Basis Data

Disusun Oleh :
Nama

: Apriliyani Dwi Putri

NPM

: 10070212053

Kelas

:A

PROGRAM STUDI TEKNIK INDUSTRI


FAKULTAS TEKNIK
UNIVERSITAS ISLAM BANDUNG
2015 M / 1436 H

Entity Relationship Diagram (ERD)

Data Barang
Nama Field
KodeBarang
Jenis Barang
Harga
KodeSupplier

Data Pelanggan

Tipe Data
Text (20)
Text (255)
Currency
Text (20)

Description
Primary Key
Not Null
Not Null
Primary Key

Nama Field
KodePelanggan
Nama
Alamat
NO. HP

Tipe Data
Text (20)
Text (255)
Text(255)
Text (255)

Description
Primary Key
Not Null
Not Null
Not Null

Tipe Data
Text (20)
Text (255)
Text(255)

Description
Primary Key
Not Null
Not Null

Tipe Data
Text (20)
Text (255)
Text (225)

Description
Primary Key
Not Null
Not Null

Data Supplier
Nama Field
KodeSupplier
Nama
Kota
Data Penjualan
Nama Field
KodeBarang
Kode Pelanggan
Jumlah
Tabel Barang

Tabel Pelanggan

Tabel Supplier

Tabel Penjualan

Query Barang

Query Pelanggan

Query Supplier

Query Penjualan

FromBarang

FormPelanggan

FormSupplier

FormPenjualan

Report Barang

Report Pelanggan

Report Supplier

Report Penjualan

Relationship

You might also like