black

MySQL数据库系统及应用

登录

单项选择题

实现1~50的数字累加:declare total int default 0;
declare num int default 0;
while do
set total=total +num;
set num=num+1;
end while;
select total;()。

A.num<50
B.num>=50C
C.num>50
D.num<=50

相关考题

单项选择题 有关存储过程的描述,()。

多项选择题 下列()语句不是用于事务提交或回滚。

单项选择题 "在MYSQL中,创建存储过程如下:CRERATE PROCEDURE mypl(p int)beign Select Studentname,Age from Students where Age=@pend要在students表中查找Age(年龄)是18岁的学生,()。

All Rights Reserved 版权所有©易学考试网(yxkao.com)

备案号:湘ICP备2022003000号-3