mysql常见知识点连接汇总

将mysql常见知识点的比较好的博客进行转载

1、数据库各种join的区别

https://www.runoob.com/sql/sql-join.html

2、四大范式

https://blog.csdn.net/qq_39487033/article/details/89422808

3、分表技术

https://blog.csdn.net/qq_42856857/article/details/83005594

4、什么是存储过程?有哪些优缺点?

存储过程相关博客

5、什么是索引?有什么作用及优缺点?

https://blog.csdn.net/kennyrose/article/details/7532032

6、使用索引查询一定能提高查询的效率吗?为什么?

https://blog.csdn.net/weixin_43776741/article/details/89296038

7、什么是事务?

https://blog.csdn.net/weixin_45439324/article/details/103263944

8、数据库的乐观锁和悲观锁是什么?

https://www.cnblogs.com/hadoop-dev/p/7065702.html

https://blog.csdn.net/li_yan_fei/article/details/78031636

9、mysql并发控制

https://blog.csdn.net/qq_40241957/article/details/88229721

10、drop、delete、truncate分别什么情况下使用?

https://blog.csdn.net/jerrytomcat/article/details/82215851

11、超键、候选键、主键、外键分别是什么?

12、什么是视图以及视图的使用场景是什么?

https://blog.csdn.net/gghhm/article/details/100125447

13、游标

https://blog.csdn.net/zhou520yue520/article/details/81491105

14、mysql常见面试题

https://blog.csdn.net/qq_40661597/article/details/102563767

https://zhuanlan.zhihu.com/p/23713529?refer=passer

15、常见优化技巧

https://blog.csdn.net/u011592350/article/details/52682293

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章