- Alter Table nama_tabel Add Column Field Type Data (nilai) constraint;
- Alter Table nama_tabel Drop field;
- Insert Into nama_table values (nilai);
- Replace Into nama_tabel (field) values (nilai);
- Select*from nama_tabel;
- Select*from nama_tabel order by field asc;
- select*from nama_tabel order by rand ();
- Select count(*) from nama_tabel;
Tidak ada komentar:
Posting Komentar