# 第九节 修改数据

- [9.1 INSERT 语句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/insert-yu-ju.md)
- [9.2 INSERT IGNORE](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/insert-ignore.md)
- [9.3 UPDATE 语句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/update-yu-ju.md)
- [9.4 UPDATE JOIN 语句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/update-join-yu-ju.md)
- [9.5 DELETE](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/delete.md)
- [9.6 ON DELETE CASCADE.](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/on-delete-cascade.md)
- [9.7 DELETE JOIN](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/delete-join.md)
- [9.8 REPLACE 语句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/replace-yu-ju.md)
- [9.9 PREPARE 语句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-8/prepare-yu-ju.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-8.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.
