<?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 - modul:m290:learningunits:lu05:loesungen</title>
        <description></description>
        <link>https://wiki.bzz.ch/</link>
        <image rdf:resource="https://wiki.bzz.ch/_media/wiki/logo.png" />
       <dc:date>2026-04-28T07:59:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l01?rev=1729750892&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l02?rev=1729161727&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l03?rev=1729161715&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/modul/m290/learningunits/lu05/loesungen/l01?rev=1729750892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-24T06:21:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU07.S01 - SQL-DDL: DB Management</title>
        <link>https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l01?rev=1729750892&amp;do=diff</link>
        <description>LU07.S01 - SQL-DDL: DB Management

Solutions

Task A

Make sure, that your MySQL database system is running and connect with you webstorm editor to your database with your DBA credentials (user: root, password: yourPW).

Windows

CTRL + Shift + ESC --</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l02?rev=1729161727&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-17T10:42:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU07.S02 - SQL-DDL: Table Management</title>
        <link>https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l02?rev=1729161727&amp;do=diff</link>
        <description>LU07.S02 - SQL-DDL: Table Management

Case studies / Assignments

Task A: CREATE TABLE

Create a table called employees with the following columns:

	*  employee_id (INT) as the primary key
	*  first_name (VARCHAR 50)
	*  last_name (VARCHAR 50)
	*  hire_date (DATE)</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l03?rev=1729161715&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-17T10:41:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU07.S03 - SQL-DDL: Constraint Management</title>
        <link>https://wiki.bzz.ch/modul/m290/learningunits/lu05/loesungen/l03?rev=1729161715&amp;do=diff</link>
        <description>LU07.S03 - SQL-DDL: Constraint Management

Assignments &amp; Solutions

A: PRIMARY KEY

Create a table books that has a book_id as a unique identifier for each book, with book_id as the primary key. Include columns for book_title (VARCHAR) and author_name (VARCHAR). The book_id should be an integer and cannot be NULL.</description>
    </item>
</rdf:RDF>
