单项选择题
下列哪种操作能够得到学生表的最详细信息()
A.execsp_helpstudent
B.execsp_helptextstudent
C.execsp_helptablestudent
D.execsp_tablesstudent
点击查看答案&解析
相关考题
-
单项选择题
下列包含groupby的语句正确的是()
A.Selectstuid,stunamefromstuinfogroupbystuid
B.Selectstuidfromstuinfowherestuid< 1000groupbystuid
C.Selectcount(stuid),stunamefromstuinfogroupbystuid
D.Selectstuid,count(stuname)fromstuinfogroupbystuname -
单项选择题
在SQLServer中,以下都是触发器的特性,除了()
A.强化约束
B.可级联运行
C.跟踪变化
D.查询优化 -
单项选择题
在SQLServer查询分析器中,下面语句是用ROUND函数对数据四舍五入和截短处理:SELECTround(918.2736,,round(918.2736,-运行之后得到的结果是()
A.918.2730和900.0000
B.918.2740和900.0000。
C.918.2734和900
D.918.2736和918.2700