# Welkom

Welkom bij de Module SQL. In deze module gaan we oefenen met de basiscommando's van [SQL](https://nl.wikipedia.org/wiki/SQL) en een eigen database opzetten. Er zijn  veel verschillende type SQL-talen die je kunt leren. Ze hebben allemaal kleine verschillen. In deze cursus kiezen we voor [SQLlite](https://www.sqlite.org/index.html).&#x20;

### Voorkennis

In principe heb je geen voorkennis nodig. Het is wel een voordeel als je al eens gewerkt hebt met een taal als python of html/css.<br>


---

# 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://metis-montessori-lyceum.gitbook.io/sql-0/master.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.
