Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
modul:m290:learningunits:lu05:aufgaben:01 [2024/09/16 15:04] – angelegt vdemirmodul:m290:learningunits:lu05:aufgaben:01 [2024/10/24 08:21] (aktuell) – [Task E] vdemir
Zeile 1: Zeile 1:
-====== LU06.A01 - SQL-DDL: Managing DB instances - Under Construction ======+====== LU07.A01 - SQL-DDL: DB Management ======
  
 ===== Requirements  ===== ===== Requirements  =====
-  * Work type: individual +  * Work type: Individual 
-  * Timeframe: .. Minutes+  * Timeframe: 15 Minutes
   * Means of aid:    * Means of aid: 
-      * only teaching materials, no websearch, no use of ai. +      * Only teaching materials, no websearch, no use of ai. 
-      * [[https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_columns | W3Schools | SQL Editor]] +      * [[https://dev.mysql.com/doc/refman/8.4/en/database-use.html | MySQL.com | CREATE and USE DATABASE]] 
-  * Expected result: Semsntically and syntactically correct SQL statements according to the requirements of the case studies. +      * [[https://www.w3schools.com/sql/sql_create_db.asp | W3Schools | CREATE DATABASE]] 
 +      * [[https://www.w3schools.com/sql/sql_drop_db.asp | W3Schools | DROP DATABASE]] 
 +  * Expected result: Sementically and syntactically correct SQL statements according to the requirements of the case studies. 
  
 ===== Case studies / Assignments ===== ===== Case studies / Assignments =====
-...+To deepen our new SQL knowledge, we need to practiseOur overall assingment at the beginning is to create, use and drop databasesIn other words, in this task we will set up the "storerooms" for our "data storage". 
 + 
 +Let's get started 8-)
  
 ===== Assignments ===== ===== Assignments =====
 +==== 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).
 +
 +==== Task B ====
 +Display all instances which are currently running on our database.
 +
 +==== Task C ====
 +Create the database instances 
 +  * myDB_PERFECT
 +  * myDB_OK
 +  * myDB_OBSOLETE
 +
 +and display your result.
 +
 +==== Task D ====
 +Drop the instance "myDB_obsolete", as it obviously obsolete (no longer needed). Display the result.
 +
 +==== Task E ====
 +Activate the instance "myDB_PERFECT" by using the USE command.
  
-  * a) ... +==== Task F ==== 
-  * b... +Display the system date by using the command "SELECT sysdate();" 
-  + 
 ===== Solution ===== ===== Solution =====
-[[modul:m290:learningunits:lu06:loesungen:l01|Lösung]]+[[modul:m290:learningunits:lu05:loesungen:l01|Lösung]]
  
  
 ===== Vocabulary ===== ===== Vocabulary =====
 ^ English ^ German ^  ^ English ^ German ^ 
-... ... +obsolete überflüssig 
-... ... |+credential Berechtigungsnachweis |
  
  
 ---- ----
 [[https://creativecommons.org/licenses/by-nc-sa/4.0/|{{https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png}}]] Volkan Demir [[https://creativecommons.org/licenses/by-nc-sa/4.0/|{{https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png}}]] Volkan Demir
  • modul/m290/learningunits/lu05/aufgaben/01.1726491867.txt.gz
  • Zuletzt geändert: 2024/09/16 15:04
  • von vdemir