Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:m290:learningunits:lu05:theorie:02 [2024/09/26 12:38] – vdemir | modul:m290:learningunits:lu05:theorie:02 [2024/10/17 12:43] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== | + | ====== |
**Source**: | **Source**: | ||
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
===== Learning Objectives ===== | ===== Learning Objectives ===== | ||
In this learning unit, we will learn how to manage database tables, i.e. | In this learning unit, we will learn how to manage database tables, i.e. | ||
- | -how to create | + | - how to create |
- | -how to modify and | + | - how to modify and |
- | -how to delete database tables | + | - how to delete database tables |
===== CREATE TABLE ===== | ===== CREATE TABLE ===== | ||
Let's start by creating a table based on the ERD of the student management tool, as shown below: | Let's start by creating a table based on the ERD of the student management tool, as shown below: | ||
- | Our goal is to create the table " | + | Our goal is to create the table " |
CREATE TABLE table_name ( | CREATE TABLE table_name ( |