Sabtu, 05 November 2011

membuat databases

I. Pengenalan SQLite Maestro
SQLite Maestro is the premier Windows GUI admin tool for SQLite management, control and development, It allows you to make all the database operation easy and fast. Using SQLite Maestro you can create, edit, copy, and drop all the database objects such as tables, views and queries, build queries visually, execute Queries and SQL script, view and edit data including BLOBs, represent data as diagrams, export and import data to/ from popular file formats, and use a lot of other tools designed for the easiest and most efficient work with SQL server.

II. Memulai SQLite Maestro

Untuk memulai SQLite Maestro aktifkan taskbar pada system operasi anda
1. Klik start pada taskbar windows, lalu pilih program SQLite Maestro




2. Muncul tampilan jendela SQLite Maestro


III. Membuat database menggunakan Wizard

1. Klik jendela create new database






2. Buat nama database






3. Double klik untuk mengaktifkan database yang telah dibuat





IV. Membuat table menggunakan Wizard

1. Klik kanan pada option table, lalu pilih Create New Table


2. Buat nama table






V. Mengisi field ke dalam table mengisi wizard

1. Setelah muncul jendela Create New Table, klik kanan pada jendela kosong, lalu pilih Add New Field



2. Masukan Field Name, Field type, dan Filed Flagnya



3. Tampilan Field yang telah terbentuk

VI. Mengisi data menggunakan wizard
1. Pilih Tab Data, lalu pilih icon





2. Masukan data yang akan diisi ke dalam table
















Latihan
Tambahkan Tabel MT_Kuliah dan Nilai
NPM Char(9) Nama Char(25) Alamat Char(30)
KD_MK Char(5) Nama_MK Char(25) SKS smallint
NPM Char(9) KD_MK Char(5) MID Smallint FINAL smallint

Tidak ada komentar:

Posting Komentar