欢迎来到牛牛题库网 牛牛题库官网
logo

单项选择题

创建存储过程的片断如下:创建成功后,以下()调用方式是正确的。(选择一项) create procedure proc_score @passed int = 60, @count int output as  select count(*) from scores where score < @passed 
A、execute proc_score @count int output 
B、declare @count int  execute proc_score 70,@count output
C、declare @count int output execute proc_score 70,@count
D、execute proc_score 70,@count output

点击查看答案&解析
微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题