Tugas: Mengikuti instruksi dari pelajaran keenam dari tingkat kelima:
- Buat objek tabel dengan lima kolom dalam skema ruang:
- id bertipe INT
- nama tipe VARCHAR(100)
- tipe tipe VARCHAR(50)
- penemu tipe VARCHAR(100)
- discovery_date dari tipe DATE
- buat di pustaka skema:
- tabel penerbit dengan dua kolom:
- id bertipe INT
- nama tipe VARCHAR(100)
- tabel penulis dengan empat kolom:
- id bertipe INT
- first_name dari tipe VARCHAR(50)
- last_name dari tipe VARCHAR(50)
- nama_lengkap dari tipe VARCHAR(100)
- meja buku dengan enam kolom:
- id bertipe INT
- judul tipe VARCHAR(100)
- author_id bertipe INT
- publisher_id tipe INT
- publikasi_tahun tipe INT
- isbn tipe BIGINT
- tabel penerbit dengan dua kolom:
- Buat dalam skema lego:
- tabel bagian dengan empat kolom:
- id bertipe INT
- jumlah tipe VARCHAR(25)
- nama tipe VARCHAR(100)
- berat tipe FLOAT
- tabel lego_set dengan lima kolom:
- id bertipe INT
- nomor tipe INT
- nama tipe VARCHAR(100)
- dirilis tipe INT
- inventaris tipe INT
- tabel bagian dengan empat kolom:
GO TO FULL VERSION