Update ch01: 初识数据库.md

This commit is contained in:
mba1398
2021-07-07 09:43:32 +08:00
committed by GitHub
parent 9c9d55ede8
commit c50af5ae3b

View File

@@ -480,6 +480,7 @@ ALTER table tableName ADD INDEX indexName(columnName)
```sql
( ) table Addressbook;
```
## 1.4 判断题