<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bzz.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bzz.ch/feed.php">
        <title>BZZ - Modulwiki - en:modul:m290:learningunits:lu05:theorie</title>
        <description></description>
        <link>https://wiki.bzz.ch/</link>
        <image rdf:resource="https://wiki.bzz.ch/_media/wiki/logo.png" />
       <dc:date>2026-04-07T21:57:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/01?rev=1729767033&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/02?rev=1729161802&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/03?rev=1729161777&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bzz.ch/_media/wiki/logo.png">
        <title>BZZ - Modulwiki</title>
        <link>https://wiki.bzz.ch/</link>
        <url>https://wiki.bzz.ch/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/01?rev=1729767033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-24T10:50:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU07a - SQL-DDL: DB Management</title>
        <link>https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/01?rev=1729767033&amp;do=diff</link>
        <description>LU07a - SQL-DDL: DB Management

Learning Objectives

In this session, we will learn some thrilling details about how to properly manage our databases. To achieve this, we need to know more about:

	*  What a db schema / db instance is.
	*  How to create database instances.</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/02?rev=1729161802&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-17T10:43:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU07b - SQL-DDL: Table Management</title>
        <link>https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/02?rev=1729161802&amp;do=diff</link>
        <description>LU07b - SQL-DDL: Table Management

Source:

	*   W3Schools | CREATE TABLE
	*   W3Schools | ALTER TABLE
	*   W3Schools | DROP TABLE

Learning Objectives

In this learning unit, we will learn how to manage database tables, i.e.

	*  how to create
	*  how to modify and 
	*  how to delete database tables

CREATE TABLE

Let&#039;s start by creating a table based on the ERD of the student management tool, as shown below:</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/03?rev=1729161777&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-17T10:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU07c - SQL-DDL: Constraint Management</title>
        <link>https://wiki.bzz.ch/en/modul/m290/learningunits/lu05/theorie/03?rev=1729161777&amp;do=diff</link>
        <description>LU07c - SQL-DDL: Constraint Management

Source:

	*   W3Schools | Constraints | Overview
	*   W3Schools | Constraints | PRIMARY KEY
	*    W3Schools | Constraints | AUTO_INCREMENT
	*   W3Schools | Constraints | FOREIGN KEY 
	*   W3Schools | Constraints | NOT NULL
	*   W3Schools | Constraints | UNIQUE

Learning Objectives

	*  Discuss what database CONSTRAINTS are and for they are needed
	*  Explain the four most important CONSTRAINTS in database systems
	*  Apply CONSTRAINTS to entity and realati…</description>
    </item>
</rdf:RDF>
