对于学生--选课--课程的三个关系: S(S#,SNAME,SEX,AGE) SC(S#,C#,GRADE) C(C#,CNAME,TEACHER) 为了提高查询速度,对SC表创建唯一索引,应建___个组上。
(1) 下面___组命令,将变量count值赋值为1。 A. Declare @ count B.Dim count=1 Select @ count=1 Select count =1 C.Declare count D.Dim @count Select count=1 Select @count=1