Diberdayakan oleh Blogger.
RSS

Database

Macam-Macam Perintah Dalam COMAND PROMPT | Membuat Database..!!

1. Melihat Database { show databases; } Contoh :



  



2. Membuat Database { create database nama_database_baru; } Contoh :

3. Menghapus Database { drop database nama_database; } Contoh :  

 

      4. Menggunakan Database { use nama_database; } Contoh : 
                


5. Membuat Table Baru { create table nama_table (nama_field jenis(value)); } 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 :
 







  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Posting Komentar