リファレンスガイド> TDV SQLスクリプト> SQLスクリプトステートメントリファレンス> CREATE TABLE
 
<g1>CREATE TABLE</g1>
データベースに新しいテーブルを作成します。
構文
CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,...
);