> For the complete documentation index, see [llms.txt](https://felienne.gitbook.io/codasium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://felienne.gitbook.io/codasium/module-3.4-databases/les-6/les-6b.md).

# Les 6b

**Opdracht 1) Clement**

Verander de naam Clemens in Clement. Er staat al wat code voor je klaar in [deze repl](https://replit.com/@mevrHermans/Pidk-K3-M2-L6b-1).

Pas de eerste regel van deze code aan zodat de naam veranderd wordt:

```sql
select * <--- hier moeten andere codes komen
from personen
where persoonsnummer = 5;
```

**Opdracht 2) Ander geslacht voor Jordi**

Werk verder in de fork die je al hebt. \
\
Verander het geslacht van Jordi van J in M. Kijk eerst zelf goed wat er in de tabel zit, zoek daarbij zelf het persoonsnummer op om in de where te gebruiken.<br>

**Opdracht 3) Meisjes -> V Jongens -> M**&#x20;

Het is gebruikelijker om niet de J van jongens te gebruiken, maar de M van man. Voor meisjes gebruiken we juist de V van vrouw en niet de M van meisje. Verander jij de data voor alle regels?

A (anders) mag A blijven.

{% hint style="info" %}
Let op! Verander eerst de M in een V! Anders wordt alles M en weet je het verschil niet meer.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://felienne.gitbook.io/codasium/module-3.4-databases/les-6/les-6b.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
