Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

LAPORAN TUTORIAL LAB 4

BASIS DATA

Geoffrey Tyndall
1906350704
KELAS D

FAKULTAS ILMU KOMPUTER


UNIVERSITAS INDONESIA
DEPOK
2021
Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
Latihan 1

1. [SQL] Soal nomor 1


• Contoh 1

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
• Contoh 2

• Contoh 3

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
• Contoh 4

• Contoh 5

• Contoh 6

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
• Contoh 7

• Contoh 8

2. [SQL] Soal nomor 2


Membuat kolom jumlah pengiriman dan stored procedure

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021

Menampilkan isi awal table mitra

Melakukan insert ke table shipping

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021

Menjalankan stored procedure

Menampilkan Kembali mitra

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
3. [SQL] Soal nomor 3
Membuat trigger

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
Sebelum INSERT

Proses INSERT

Setelah INSERT

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021

Sebelum UPDATE

Proses UPDATE

Setelah UPDATE

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
Sebelum DELETE

Proses DELETE

Setelah DELETE

Tutorial PostgreSQL Basis Data Genap 2020/2021


Laporan Tutorial Lab 4
Basis Data
CSGE602070
Semester Genap 2020/2021
4. Soal Nomor 4 [SQL]

Membuat trigger

Melakukan operasi insert

Tutorial PostgreSQL Basis Data Genap 2020/2021

You might also like