单项选择题
下列行为中,()定义了一个存储过程。
A.如果没有提供其他值,则使用此列中定义的值
B.定义了一个有相关列的行的集合
C.当用户修改数据时,一种特殊形式的存储过程被自动执行
D.SQL语句的预编译集合
点击查看答案&解析
相关考题
-
单项选择题
下列哪种操作能够得到学生表的最详细信息()
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.查询优化