skrip untuk menambahkan kolom baru di tabel sql

ALTER TABLE table_name
ADD column_name datatype;
Toutaboc