摘要:
1 --查询所有任课教师的Tname和Depart. 2 select t.tname 教师,c.cname 课程名 from teacher t,course c where t.tno = c.tno; 3 --查询Student表中不姓“王”的同学记录。 4 select * from student t where t.sname not like '王%'; 5 --查询St... 阅读全文
posted @ 2016-06-17 08:30
唐枫
阅读(434)
评论(0)
推荐(0)

浙公网安备 33010602011771号