打赏

相关文章

MySQL数据库基础-2026-5-11-上五下两节课-索引

– 统计表中总数据量 select count(*) from student; – 唯一索引查询:student_no列有唯一索引 select * from student where student_no ‘2025021027’; – 普通索引查询:student_name列有普通索引 select * from student where student_name ‘学生…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部