Mysql,Sql练习题(整理中,整合了网上了一些试题和面试书上内容)

##测试数据 mysql create table Student( Sid varchar(10), Sname varchar(10), Sage datetime, Ssex varchar(10) ); insert into Student values('01' , '赵雷' , '1990-01-01' , '男'); insert into Student values('02'
相关文章
相关标签/搜索