craete database basic; use basic; create table basic( no char(4) name char(10) id char(10));. create_definition: col_name type [NOT NULL | NULL] [DEFAULT ...
確定! 回上一頁