单项选择题
下列包含groupby的语句正确的是()
A.Selectstuid,stunamefromstuinfogroupbystuidB.Selectstuidfromstuinfowherestuid< 1000groupbystuidC.Selectcount(stuid),stunamefromstuinfogroupbystuidD.Selectstuid,count(stuname)fromstuinfogroupbystuname
单项选择题 在SQLServer中,以下都是触发器的特性,除了()
单项选择题 在SQLServer查询分析器中,下面语句是用ROUND函数对数据四舍五入和截短处理:SELECTround(918.2736,,round(918.2736,-运行之后得到的结果是()
单项选择题 在SQLServer2005中,系统存储过程()