说明: 答案: 法1:select * from sc where 课程号='3-105' and 成绩 between 60 and80; 法2:select * from sc where 课程号='3-105' and 成绩 > 60 and 成绩 70 and max(成绩) < 90; 5.查询至少有5名学生选修并以3开头的课程的平均成绩。 注释:group by 语句置于where语句后面表示根据什么条件来分组; 答案: ...展开收缩 <u012985788> 上传 | 大小:158kb
说明: sql server 2005 填空 SQL语言的英文全称为structured packingQuery Language ,在SQL中,基本表的删除可用drop table table-name 语句,删除基本表中的所有元组可用delete [from] table-name where search-conditions语句。建立视图可用create view view-name [column_name,......] as select statement with check o <u012988217> 上传 | 大小:31kb