问答题
select count(*) from student和select count(id) from student之间的区别是什么?
select count(*)统计所有学生的记录个数,包括空记录。select count(Id)统计所有学......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
问答题 描述数据的三个范式是什么?
问答题 写出“概要文件”的作用之一。
问答题 DESC student的作用是什么?