> For the complete documentation index, see [llms.txt](https://book.sovelluskontti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.sovelluskontti.com/sql-harjoitukset-ja-esimerkit/mysql-perusteet-101.md).

# 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)
