Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| modul:m290:learningunits:lu12:theorie:02 [2024/08/29 14:19] – gelöscht vdemir | modul:m290:learningunits:lu12:theorie:02 [2024/10/02 15:16] (aktuell) – vdemir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== LU05b - Official MySQL.com - Documentation | ||
| + | |||
| + | **Source**: [[https:// | ||
| + | |||
| + | ===== Learning Objectives ===== | ||
| + | - Know how to access to the learning material. | ||
| + | - Identification of the structure/ | ||
| + | |||
| + | ===== Overview ===== | ||
| + | In addition to the W3School SQL tutorial, the official MySQL website can also provide valuable information including some practical examples of the SQL commands. In contrast to W3-Schools, the descriptions on MySQL.com are more technical and contain more details about the SQL sommand, and are therefore more useful for developers than the W3School tutorial. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * Chapter 15.1 is about how to manage tables (structure, data-types, | ||
| + | * Chapter 15.2 consists description of how to add and manipulate content of tables | ||
| + | * Chapter 15.7 is dedicated to user administration, | ||
| + | |||
| + | ==== Vocabulary ==== | ||
| + | ^English ^ Deutsch ^ | ||
| + | | to dedicate | gewidmet | | ||
| + | |||
| + | ---- | ||
| + | [[https:// | ||