数据库入门到入门哈哈
摘要:
数据库从入门到入门 建表 create table ss( id int not null primary key Auto_increment comment'学号', name varchar (20) not null 删除表 drop table ss; 修改表 添加字段:alter tab 阅读全文
posted @ 2020-08-28 21:12
忘记那些不该怀念的
阅读(54)
评论(0)
推荐(0)