# 关系型数据库共性知识 ## 📖 内容 ### [关系型数据库面试题 💯](sql-interview.md) ### [SQL Cheat Sheet](sql-cheat-sheet.md) ![img](https://raw.githubusercontent.com/dunwu/images/dev/snap/20200115160512.png) ### [分布式存储基本原理](https://github.com/dunwu/blog/blob/master/source/_posts/theory/distributed-storage.md) ![img](https://raw.githubusercontent.com/dunwu/images/dev/snap/20200716110854.png) ### [分布式事务基本原理](https://github.com/dunwu/blog/blob/master/source/_posts/theory/distributed-transaction.md) ## 📚 资料 - **官方** - [Mysql 官网](https://www.mysql.com/) - [Mysql 官方文档](https://dev.mysql.com/doc/refman/8.0/en/) - [Mysql 官方文档之命令行客户端](https://dev.mysql.com/doc/refman/8.0/en/mysql.html) - **书籍** - [《高性能 MySQL》](https://item.jd.com/11220393.html) - Mysql 经典 - [《SQL 必知必会》](https://item.jd.com/11232698.html) - SQL 入门 - **教程** - [runoob.com MySQL 教程](http://www.runoob.com/mymysql-tutorial.html) - 入门级 SQL 教程 - [mysql-tutorial](https://github.com/jaywcjlove/mysql-tutorial) - **更多资源** - [awesome-mysql](https://github.com/jobbole/awesome-mysql-cn) ## 🚪 传送 ◾ 🏠 [DB-TUTORIAL 首页](https://github.com/dunwu/db-tutorial) ◾ 🎯 [我的博客](https://github.com/dunwu/blog) ◾