# 第十一节 管理数据库和表

- [11.1 数据库管理](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/shu-ju-ku-guan-li.md)
- [11.2 MySQL 表类型](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/biao-lei-xing.md)
- [11.3 CREATE TABLE](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/create-table.md)
- [11.4 序列](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/xu-lie.md)
- [11.5 ALTER TABLE](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/alter-table.md)
- [11.6 重命名表](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/zhong-ming-ming-biao.md)
- [11.7 从表中删除列](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/cong-biao-zhong-shan-chu-lie.md)
- [11.8 向表中添加新列](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/xiang-biao-zhong-tian-jia-xin-lie.md)
- [11.9 删除表](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/shan-chu-biao.md)
- [11.10 临时表](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/lin-shi-biao.md)
- [11.11 TRUNCATE TABLE](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10/truncate-table.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
