Oracle建表语句是什么

Oracle建表语句是什么
oracle数据库的建表语句,具体语法如下:
CREATE TABLE tablename(
column_name datatype [null,not null],
column_name datatype [null,not null],
......[constraint]
)
Oracle建表语句是什么
oracle数据库的建表语句,具体语法如下:
CREATE TABLE tablename(
column_name datatype [null,not null],
column_name datatype [null,not null],
......[constraint]
)
发表评论