sql语句问题,大神来帮忙啊

2025-05-19 16:28:33
推荐回答(1个)
回答(1):

1、select count(*) from teacher;
2、select count(*) from teacher group by tname;
3、select count(*) from teacher,election where teacher.tid = election.tid and election.year = '2005';