數據庫----基本操做(複習)

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,"張三",
相關文章
相關標籤/搜索