diff --git a/blog/php-basic/index.md b/blog/php-basic/index.md index 3796db69cec14d2363038c094d1d1b84afa6b7f5..f37b27218ff3307d37f002be00e74350f0ff681a 100644 --- a/blog/php-basic/index.md +++ b/blog/php-basic/index.md @@ -30,4 +30,4 @@ 14. [编程思想](blog/php-basic/thinking.md) -[算法 algorithm](blog/php-basic/algorithm.md) +15. [算法 algorithm](blog/php-basic/algorithm.md) diff --git a/blog/php-mysql/index.md b/blog/php-mysql/index.md index 33afff8ff81d556aaf9655022cf5fd85cb88f030..923b828ebb71c0db6d963cee50baec33ea192911 100644 --- a/blog/php-mysql/index.md +++ b/blog/php-mysql/index.md @@ -2,9 +2,9 @@ 视频地址:[PHP 零基础入门到精通教程(P2 mysql 数据库 5 天)](https://www.bilibili.com/video/BV1Vx411g7uJ) -[数据库 Database 基本概念](blog/php-mysql/database-basic.md) +1. [数据库 Database 基本概念](blog/php-mysql/database-basic.md) -[MySQL简介](blog/php-mysql/mysql-basic.md) +2. [MySQL简介](blog/php-mysql/mysql-basic.md) [数据库database 基本操作](blog/php-mysql/sql-database.md) diff --git a/blog/php-mysql/mysql-basic.md b/blog/php-mysql/mysql-basic.md index c6e9937f073acc5b4279ec427bc35edffffcef69..d7775bc3762f54022171ce7ae1282b2f25471a46 100644 --- a/blog/php-mysql/mysql-basic.md +++ b/blog/php-mysql/mysql-basic.md @@ -2,8 +2,8 @@ 结构性查询语言 Structured Query Language -分类 | 英文 | 作用 | 代表指令 -- | - | - | - +|分类 | 英文 | 作用 | 代表指令 +|- | - | - | - 数据查询语言 | DQL Data Query Language | 查数据 | select 数据操作语言 | DML Data Manipulation Language | 写数据 | insert、update、delete 事务处理语言 | TPL Transaction Process Language | 事务安全处理 | trasaction、commit、rollback