SQL查询的艺术学习笔记--多表查询

USE seldata SELECT * FROM sys.tables select * from teacher order by tno insert into teacher values(1,'王军',4,800,'数学','男',32) create table student ( sno char(4) not null, sname char(20) not null, dname
相关文章
相关标签/搜索