事务就是把很多相联的sql语句作为一个单元进行操作。 相关命令:Commit;,savepoint,rollback。
问答题select count(*) from student和select count(id) from student之间的区别是什么?
问答题描述数据的三个范式是什么?
问答题写出“概要文件”的作用之一。
问答题DESC student的作用是什么?
问答题delete from system.table1与truncate table system.table1区别是什么?