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