[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fS_TtsBY_C2YUuarRQn2-azd0K7lF2UE8bIPrsoJvwc4":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":24,"type":25},[],"2024-03-27 08:32:03",135803671,[8,9,10,11],"INSERT &hellip;&hellip;VALUES","INSERT&hellip;&hellip; SELECT","INSERT &hellip;&hellip;SET","INSERT &hellip;&hellip;WHERE",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},50,"10a0c5eca2a49a7240af8a665c86c565","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F1e91572810e1b6cfc01c258d6850a27d.png","数据库技术与应用","work_33650967","作业4003数据操纵与索引(5-6章)","不能进行记录添加的命令是",[21,26,35,44,53,62,71,78,87,96],{"answer":22,"createTime":5,"id":6,"options":23,"question":19,"source":24,"type":25},[],[8,9,10,11],"v1",0,{"answer":27,"createTime":5,"id":28,"options":29,"question":34,"source":24,"type":25},[],135803672,[30,31,32,33],"CREATE","SHOW","REPLACE WITH","UPDATE","实现数据更新的SQL命令是",{"answer":36,"createTime":5,"id":37,"options":38,"question":43,"source":24,"type":25},[],135803673,[39,40,41,42],"TRUNCATE TABLE等价于DELETE FROM","不带WHERE子句的DELETE命令是删除所有记录,但保留结构信息","TRUNCATE语句的执行速度更快","DELETE语句所占用的系统和事务日志资源更少","关于TRUNCATE和DELETE,下列说法错误的是",{"answer":45,"createTime":5,"id":46,"options":47,"question":52,"source":24,"type":25},[],135803674,[48,49,50,51],"执行后,插入一条记录(&quot;Lily&quot;,NULL,25)","执行后,插入一条新记录,name、sex、age的值分别为&quot;Lily&quot;,&quot;男&quot;,25","执行后,插入一条新记录,name、sex、age的值分别为&quot;Lily&quot;,'',25","语句有误,不执行","设有学生表student,包括name、sex、age三个字段,sex的默认值为&quot;男&quot;,执行SQL语句INSERT INTO student(name,age) VALUES(&quot;Lily&quot;,25),下面说法正确的是",{"answer":54,"createTime":5,"id":55,"options":56,"question":61,"source":24,"type":25},[],135803675,[57,58,59,60],"INSERT INTO student(name,age) VALUES(&quot;Matthew&quot;,20)","INSERT INTO student VALUES(&quot;Matthew&quot;,DEFAULT,20)","INSERT INTO student VALUES(&quot;Matthew&quot;,20)","INSERT INTO student SET name=&quot;Matthew&quot;,age=20","设有学生表student,包括name、sex、age三个字段,sex的默认值为&quot;男&quot;,插入一条新记录(&quot;Matthew&quot;,&quot;男&quot;,20),以下不正确的是",{"answer":63,"createTime":5,"id":64,"options":65,"question":70,"source":24,"type":25},[],135803676,[66,67,68,69],"DROP TABLE student","DELETE TABLE student","ALTER TABLE student DROP student","TRUNCATE TABLE student","删除学生表student,正确的SQL语句是",{"answer":72,"createTime":5,"id":73,"options":74,"question":77,"source":24,"type":25},[],135803677,[75,69,66,76],"DELETE student","SELECT TABLE student","清空学生表student中的记录信息,但保留表的结构信息,正确的SQL语句为",{"answer":79,"createTime":5,"id":80,"options":81,"question":86,"source":24,"type":25},[],135803678,[82,83,84,85],"对数据库student做更新操作","表中所有记录的age字段值增加1","表中女生记录的年龄增加1岁","表中女生记录的年龄为1","SQL语句UPDATE student SET age=age+1 WHERE sex=&quot;女&quot;",{"answer":88,"createTime":5,"id":89,"options":90,"question":95,"source":24,"type":25},[],135803679,[91,92,93,94],"将表中所有记录均修改为(&quot;Amy&quot;,&quot;男&quot;,30)","若表中存在name为&quot;Amy&quot;的记录,则将该记录其他字段进行更新","插入一条新记录(&quot;Amy&quot;,&quot;男&quot;,30)","插入一条新记录(&quot;Amy&quot;,null,30)","对于学生表student,执行命令REPLACE INTO student SET name=&quot;Amy&quot;,age=30",{"answer":97,"createTime":5,"id":98,"options":99,"question":104,"source":24,"type":25},[],135803680,[100,101,102,103],"DELETE FROM student FOR age&lt;30","DELETE TABLE student WHERE age&lt;30","TRUNCATE TABLE student WHERE age&lt;30","DELETE FROM student WHERE age&lt;30","学生表student中,将年龄小于30岁的记录删除,下面的"]