# Mysql perusteet 101

**Selitä omin sanoin alla olevat tietokantoihin liittyvät käsitteet.**

* Tietokanta (database)
* Taulu (table)
* Sarake (column)
* Rivi (row)
* Päällekkäisyys/Toistuvuus (Redundancy)
* Pääavain (Primary key, lue myös [*pääavaimista*](/relaatiotietokannat/paeae-ja-viiteavaimet.md).)
* Uniikki/Yksilöllinen avain (Unique key)
* Kooste avain (compound key, composite key)
* Viiteavain (Foreign key, lue myös [*viiteavaimista*](/relaatiotietokannat/paeae-ja-viiteavaimet.md#viiteavain).)
* Indeksi (Index, lue myös [indeksoinnista](/relaatiotietokannat/indeksointi.md).)
* Viite-eheys (Referential Integrity)
* Asiakas-Palvelin arkkitehtuuri (Client/Server Architecture)
* ER -kaavio (Entity–Relationship model, lue myös [*ER-kaavioista*](/relaatiotietokannat/er-kaaviot.md).)&#x20;

**Yhdistä edellä mainitut käsitteet alla olevaan kuvaan.**

![](/files/-LpdZfh7z4-7pG1dZIo8)


---

# 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://book.sovelluskontti.com/sql-harjoitukset-ja-esimerkit/mysql-perusteet-101.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.
