# Database

- [SQL](https://notes.nomanaziz.me/development/database/sql.md)
- [Basics](https://notes.nomanaziz.me/development/database/sql/basics.md): Course : https://www.postgresqltutorial.com | Exercises : https://pgexercises.com
- [1. Querying Data](https://notes.nomanaziz.me/development/database/sql/basics/1.-querying-data.md)
- [2. Filtering Data](https://notes.nomanaziz.me/development/database/sql/basics/2.-filtering-data.md)
- [3. Joining Multiple Tables](https://notes.nomanaziz.me/development/database/sql/basics/3.-joining-multiple-tables.md)
- [4. Grouping Data](https://notes.nomanaziz.me/development/database/sql/basics/4.-grouping-data.md)
- [5. Set Operations](https://notes.nomanaziz.me/development/database/sql/basics/5.-set-operations.md)
- [6. Grouping Sets, Cube, and Rollup](https://notes.nomanaziz.me/development/database/sql/basics/6.-grouping-sets-cube-and-rollup.md)
- [7. Subquery](https://notes.nomanaziz.me/development/database/sql/basics/7.-subquery.md)
- [8. Common Table Expressions](https://notes.nomanaziz.me/development/database/sql/basics/8.-common-table-expressions.md)
- [9. Modifying Data](https://notes.nomanaziz.me/development/database/sql/basics/9.-modifying-data.md)
- [10. Transactions](https://notes.nomanaziz.me/development/database/sql/basics/10.-transactions.md)
- [11. Import & Export Data](https://notes.nomanaziz.me/development/database/sql/basics/11.-import-and-export-data.md)
- [12. Managing Tables](https://notes.nomanaziz.me/development/database/sql/basics/12.-managing-tables.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://notes.nomanaziz.me/development/database.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.
