Options:
- NEW TABLE <name of table> ADD COLUMN <name of column> GO
- CREATE TABLE <name of table> ALTER TABLE (<list of columns>) GO
- CREATE TABLE <name of table> (<list of columns>) GO
- NEW TABLE <name of table> CREATE COLUMNS (<list of columns>) GO
- CREATE TABLE <name of table> ADD COLUMN <name of column> GO
- CREATE TABLE <name of table> CREATE COLUMNS (<list of columns>) GO