请在 下方输入 要搜索的题目:

create procedure xxk2 as begin select x.学号,x.姓名,x.专业,count(*) as 门数 from students x,score y where x.学号=y.学号 group by x.学号,x.姓名,x.专业 end

create procedure xxk2 as begin select x.学号,x.姓名,x.专业,count(*) as 门数 from students x,score y where x.学号=y.学号 group by x.学号,x.姓名,x.专业 end

发布时间:2025-07-21 00:16:53
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:显示出AAA库中每个学生的学号、姓名、专业等信息及选课门数 。
专业技术学习
专业技术学习
搜搜题库系统