数据库----基本操做(复习)

1.插入:insert 建立一个表mysql create table student { id int primary key auto_increment, sno int not null unique , name varchar(20) not null, tel varchar(20) } 1. 全列插入 insert into student values(1,1001,"张三",
相关文章
相关标签/搜索