题海让大学四年没有难题
白天模式登陆

题目详情

填空题 设有关系S(S#,SNAME,AGE,SEX)、C(C#,CNAME,TEACHER)和SC(S#,C#,GRADE),请将实现以下功能的SQL语句填写完整: (8)检索选修课程名为"C语言"的学生学号(S#). --方法1: select distinct s# from sc where c# (select c# from c where cname='C语言') --方法2: select distinct s# from sc join c sc.c#=c.c# where cname='C语言'

学科:默认课程

时间:2026-01-07 12:31:23

Copyright © 2022 津ICP备2021001502号