[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$foBxGvj0VX0UOoqpBugv5MuyZoB8mrYZ2Q95mWh04mVw":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":30,"type":31},[],"2025-07-07 15:55:26",212081753,[8,9,10,11],"DCL","DML","DQL","DDL",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},18,"8310812410520cde847be27c20e20cd3","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002Fb66b458e8189a4691610d3232e9b9cb2.jpg","数据库技术","exam_157099392","2024-2025下学期:第3次综合测试","执行 Plain TextSELECT * FROM employee WHERE salary&gt;5000; 属于哪种SQL分类",[21,32,41,44,53,61,69,74,79,85],{"answer":22,"createTime":5,"id":23,"options":24,"question":29,"source":30,"type":31},[],212081749,[25,26,27,28],"'奇数'","null","报错","'偶数'","执行以下代码后,变量v_result的值是( ). SQlset v_num = 7;if v_num % 2 = 0 then set v_result = '奇数';else set v_result = '偶数';end if","v1",0,{"answer":33,"createTime":5,"id":34,"options":35,"question":40,"source":30,"type":31},[],212081751,[36,37,38,39],"UPDATE","CHANGE","ALTER TABLE","MODIFY COLUMN","以下哪个语句用于修改表结构",{"answer":42,"createTime":5,"id":6,"options":43,"question":19,"source":30,"type":31},[],[8,9,10,11],{"answer":45,"createTime":5,"id":46,"options":47,"question":52,"source":30,"type":31},[],212081755,[48,49,50,51],"GRANT","SELECT","INSERT INTO","CREATE TABLE","以下属于数据DML(数据操作语言)的是",{"answer":54,"createTime":5,"id":55,"options":56,"question":59,"source":30,"type":60},[],212081757,[57,58],"第1组 1. 【 】语句用于删除表中的数据,保留表结构 2. 创建索引的DDL语句是【 】 3. 在存储过程中,声明整形变量的语句是【 】 4. 创建视图的DDL语句是【 】 5. 修改表结构的DDL语句是【 】","第2组 A. create index B. delete from C. declare v_count int; D. alter table tablename E. create view","根据基本概念及应用完成下列数据连线",11,{"answer":62,"createTime":5,"id":63,"options":64,"question":67,"source":30,"type":68},[],212081759,[65,66],"正确","错误","truncate talbe操作可以回滚",3,{"answer":70,"createTime":5,"id":71,"options":72,"question":73,"source":30,"type":68},[],212081761,[65,66],"数据完整性约束中,外检约束可以自动创建索引",{"answer":75,"createTime":5,"id":76,"options":77,"question":78,"source":30,"type":68},[],212081763,[65,66],"存储函数可以通过return返回一个或多个值",{"answer":80,"createTime":5,"id":81,"options":82,"question":83,"source":30,"type":84},[],212081765,[],"以下基于petstore数据库的存储过程proc_check_account_security实现的业务需求是用户安全监测逻辑. SQldelimiter \u002F\u002F create procedure proc_check_account_security( )begin -- 弱密码检测 insert into security_report(userid, issue) select userid, '弱密码:长度不足或缺乏字母!' from account where length(password) &lt; 8 and password not regexp '[A-Za-z]'; -- 监测未绑定邮箱 insert into security_report(userid, issue) select userid, '邮箱未绑定!' from account where email is null;end \u002F\u002F delimiter ; 如何调用存储过程生成安全报告? 用户u0003的密码为'123456',会触发哪种问题",4,{"answer":86,"createTime":5,"id":87,"options":88,"question":89,"source":30,"type":90},[],212081767,[],"以下是基于数据完整性校验的存储过程实现,代码如下: SQldelimiter $$ create 【5】 proc_validateproduct( )begin -- 检查价格是否为正数 insert into data_issue(productid, issue) select productid, '价格必需是大于的正整数!' from product where unitprice 【3】 0; -- 检查分类是否存在 insert into data_issue(productid, issue) select productid, '分类不存在!无效分类!' from product p left join category c on p.category = 【2】.catid where 【2】.catid is null;end 【4】 delimiter ; 调用存储过程的语句是【1】. 根据业务实现完成程序补全",2]