# SQL

- [What is SQL](https://certil-remy.gitbook.io/learn/sql/untitled.md)
- [SQL Intro and Installation](https://certil-remy.gitbook.io/learn/sql/untitled-1.md)
- [SQL Database Basics](https://certil-remy.gitbook.io/learn/sql/untitled-2.md)
- [SQL Databases and Text Editors](https://certil-remy.gitbook.io/learn/sql/untitled-3.md)
- [SQL Data Types](https://certil-remy.gitbook.io/learn/sql/untitled-4.md)
- [SQL Inserting, Updating, and Selecting](https://certil-remy.gitbook.io/learn/sql/untitled-5.md)
- [Basic SQL Queries](https://certil-remy.gitbook.io/learn/sql/untitled-6.md)
- [SQL Aggregate Functions](https://certil-remy.gitbook.io/learn/sql/untitled-7.md)
- [SQL Aggregate Functions Lab](https://certil-remy.gitbook.io/learn/sql/untitled-8.md)
- [SQL Bear Organizer Lab](https://certil-remy.gitbook.io/learn/sql/untitled-9.md)
- [Edgar Codd and Table Relations](https://certil-remy.gitbook.io/learn/sql/untitled-10.md)
- [Table Relations](https://certil-remy.gitbook.io/learn/sql/untitled-11.md)
- [SQL JOINS](https://certil-remy.gitbook.io/learn/sql/untitled-12.md)
- [SQL Complex Joins](https://certil-remy.gitbook.io/learn/sql/untitled-13.md)
- [SQL Join Tables](https://certil-remy.gitbook.io/learn/sql/untitled-14.md)
- [Grouping and Sorting Data](https://certil-remy.gitbook.io/learn/sql/untitled-15.md)
- [SQL Joins Review Lectures](https://certil-remy.gitbook.io/learn/sql/untitled-16.md)
- [SQL Crowdfunding Lab](https://certil-remy.gitbook.io/learn/sql/untitled-17.md)
- [SQL Library Lab](https://certil-remy.gitbook.io/learn/sql/untitled-18.md)
- [Pokemon Scraper Lab](https://certil-remy.gitbook.io/learn/sql/untitled-19.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://certil-remy.gitbook.io/learn/sql.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.
