Macam-Macam Perintah Dalam COMAND PROMPT | Membuat Database..!!
1. Melihat Database { show databases; } Contoh :
3. Menghapus Database { drop database nama_database; } Contoh :
4. Menggunakan
Database { use nama_database; } Contoh :
6. Menghapus
Table { drop table namatable; } Contoh :
7. Melihat
Table { show tables; } Contoh :
8. Menambah
Kolom Baru Kedalam Sebuah Table {
Alter table Nama_Table add kolom1 tipe() }
Contoh :
9. Melihat
stuktur data table yang dibuat {
Desc Table } Contoh :
10. Mengubah
Ukuran(Length) Pada Sebuah field {
Alter table namatable modify tipe(ukr) properties}
Contoh :
0 komentar:
Posting Komentar