-- alter table add column with table_element_list ALTER TABLE tbl_name ADD (col_name int, col_name1 datetime, col_name2 NUMERIC(7));