欢迎来到易学考试网 易学考试官网
全部科目 > 大学试题 > 计算机科学 > MySQL数据库系统及应用

多项选择题

创建存储过程的片断如下:
Create procedure proc_score
@passed int=60,
@excellent int=90
AS
以下()调用方式是正确的。

    A.Exec proc_score
    B.Exec proc_score 60,90
    C.Exec proc_score @passed=65,@excellent=95
    D.Exec proc_score @passed=65

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

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