单项选择题A.关系模式 B.内模式 C.外模式 D.视图
单项选择题A.Select C#,AVG(Score) From学生成绩表 Group by score Order by 2,C# Desc B.Select C#,AVG(Score) From学生成绩表 Group by C# Order by 2,C# DescC.Select C#,AVG(Score) From学生成绩表 Vyhere C# Desc Group by ScoreD.Select C#,AVG(Score) From学生成绩表 Group by AVG(Score) Order by 2,C# Desc