SQL之数据定义语言DDL和数据操纵语言DML

SQL语言之DDL:数据定义语言java --建表语句:create table tableName(colName Type1,colName Type2......);mysql --练习1:建立表 persons 字段:pid int,pname varchar(20),age int(3),gender char(1)程序员 create table persons(pid int,pna
相关文章
相关标签/搜索