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