3 Basic Commands In SQL Part 2
Channel:
Subscribers:
11,800
Published on ● Video Link: https://www.youtube.com/watch?v=q4zj2zdR7D4
Baca caption
1. Alter table .... Modify - untuk mengubah field/kolom pada sebuah tabel
Syntax :
alter table nama_tabel modify nama_field tipe_data(lebar_field);
2. Alter table .... Drop column - untuk menghapus field di dalam sebuah tabel
Syntax :
alter table nama_tabel drop column nama_field;
3. Drop table - untuk menghapus sebuah tabel (tabel yang tidak memiliki relasi)
Syntax :
drop table nama_tabel;
Nama : Ramadhani Basith Razaky
NPM : 230309027
Kelas : RKS 1A
Mata Kuliah : Sistem Basis Data
#sqlplus #oracle #sistembasisdata #databasesystem #tutorialsql #commandsql #sql #3basiccommandinsql #perintahsql #structurequerylanguage