Tugas: Mengikuti instruksi dari pelajaran keenam dari tingkat kelima:

  1. 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
  2. buat di pustaka skema:
    1. tabel penerbit dengan dua kolom:
      • id bertipe INT
      • nama tipe VARCHAR(100)
    2. 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)
    3. 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
  3. Buat dalam skema lego:
    1. tabel bagian dengan empat kolom:
      • id bertipe INT
      • jumlah tipe VARCHAR(25)
      • nama tipe VARCHAR(100)
      • berat tipe FLOAT
    2. tabel lego_set dengan lima kolom:
      • id bertipe INT
      • nomor tipe INT
      • nama tipe VARCHAR(100)
      • dirilis tipe INT
      • inventaris tipe INT