[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fT5VwNnnS-dW_HsyXVdKDdt6JGJFLZj-DReafoEk2emU":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":26,"type":43},[],"2026-04-07 18:58:25",335751631,[8,9,10,11],"INSERT、DELETE、UPDATE和SELECT语句","CREATE、DROP、ALTER和TRUNCATE语句","COMMIT、ROLLBACK和SAVEPOINT语句","GRANT、REVOKE和FLUSH语句",{"courseId":13,"courseImg":14,"courseName":15},"53e1d2ef4961cca8eea3e23969ad2cb9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F03a579384a6dc297c89809b582fcc767.png","默认课程","在MySQL中,如何进行数据的增删改查操作",[18,28,34,44,53,56,65,74,83,92],{"answer":19,"createTime":20,"id":21,"options":22,"question":25,"source":26,"type":27},[],"2026-03-27 10:48:34",329684446,[23,24],"第1组 1. desktop 2. keyboard 3. memory 4. monitor 5. battery 6. hard drive 7. speaker 8. gigabyte 9. specification 10. laptop","第2组 A. 硬盘驱动器 B. 电池 C. 显示器 D. 千兆字节 E. 键盘 F. 笔记本电脑 G. 扬声器 H. (一般用复数)规格说明 I. 台式电脑 J. 存储量","Match the English words to the correct Chinese","v1",11,{"answer":29,"createTime":20,"id":30,"options":31,"question":32,"source":26,"type":33},[],329684447,[],"Complete the sentences with words or the expression from these words. battery memory hard drive laptop specification monitor speaker gigabyte desktop keyboard 1. This machine demands high __________. 2. The __________ and mouse send your input to the operating system. 3. The heart __________ shows low levels of conciousness. 4. This radio needs two __________. 5. Even though we say __________ that really means billion bytes. 6. This mobile has got 16 gigs of __________. 7. He prefers __________ to laptops. 8. The __________ is a bit low so that I can't hear the voice clearly. 9. She used to work at her __________ until 4 in the morning. 10. If the problem still occurs, your __________ may be broken",2,{"answer":35,"createTime":5,"id":36,"options":37,"question":42,"source":26,"type":43},[],335751629,[38,39,40,41],"INSERT","SET","SELECT","HELP","在对UPDATE或DELETE语句使用WHERE子句前,应该先用( )进行测试,保证它过滤的是正确的记录,以防编写的WHERE子句不正确",0,{"answer":45,"createTime":5,"id":46,"options":47,"question":52,"source":26,"type":43},[],335751630,[48,49,50,51],"ALTER TABLE user CHANGE name username","ALTER TABLE user CHANGE name username VARCHAR(20)","ALTER TABLE user MODIFY name username VARCHAR(20)","ALTER TABLE user MODIFY name username","下列选项中,用于将user表中name字段改username,但数据类型保持不变的是",{"answer":54,"createTime":5,"id":6,"options":55,"question":16,"source":26,"type":43},[],[8,9,10,11],{"answer":57,"createTime":5,"id":58,"options":59,"question":64,"source":26,"type":43},[],335751632,[60,61,62,63],"UPDATE customers SET email = 'jane@example.com' WHERE id = 1","UPDATE customers (email = 'jane@example.com') WHERE id = 1","UPDATE customers (id = 1, email = 'jane@example.com')","UPDATE customers SET email = 'jane@example.com' AND id = 1","下面哪个命令可以更新&quot;customers&quot;表中ID为1的记录的&quot;email&quot;字段为&quot;jane@example.com&quot;",{"answer":66,"createTime":5,"id":67,"options":68,"question":73,"source":26,"type":43},[],335751633,[69,70,71,72],"DELETE FROM customers WHERE id = 1","DELETE customers WHERE id = 1","DELETE customers (id = 1)","DELETE customers (id = 1) FROM customers","下面哪个命令可以从&quot;customers&quot;表中删除ID为1的记录",{"answer":75,"createTime":5,"id":76,"options":77,"question":82,"source":26,"type":43},[],335751634,[78,79,80,81],"INSERT INTO employees (1, &quot;John&quot;)","INSERT INTO employees (id, name) VALUES (1, &quot;John&quot;)","INSERT INTO employees SET id=&quot;1&quot;, name=&quot;John&quot;","INSERT INTO employees (id=&quot;1&quot;, name=&quot;John&quot;)","如何向名为`employees`的表中插入一条新的记录,其中`id`为1,`name`为&quot;John&quot;",{"answer":84,"createTime":5,"id":85,"options":86,"question":91,"source":26,"type":43},[],335751635,[87,88,89,90],"DELETE FROM employees WHERE id = 1","DELETE * FROM employees WHERE id = 1","DELETE employees WHERE id = 1","TRUNCATE TABLE employees WHERE id = 1","如何从名为`employees`的表中删除`id`值为1的记录",{"answer":93,"createTime":5,"id":94,"options":95,"question":100,"source":26,"type":101},[],335751636,[96,97,98,99],"日期","数值","货币","文本","当使用INSERT语句向数据表中插入数据时,哪些数据类型的字段的插入值需要用单引号",1]