Hosting Gratis Bandwidth Besar Hosting Gratis Bandwidth Besar Hosting Gratis Bandwidth Besar Hosting Gratis Bandwidth Besar Hosting Gratis Bandwidth Besar Hosting Gratis Bandwidth Besar

Selasa, 26 Juli 2011

Membuat Table

Berikut adalah perintah untuk membuat tabel.

create table mhs (nim char(4) not null primary key, nama char(20), tgl_lht date);
untuk melihat seluruh tabel yang ada didalam salah satu database mysql, gunakan perintah show tables.

show tables;
menampilkan struktur suatu tabel, dibawah adalah perintahnya

describe / desc namatabel;
atau

explain namatabel;
atau

show columns from namatabel;

0 komentar:

Posting Komentar