Exercices Part3

 

Sie sollten eine Dantenbank "Verlag" oder "Buch" im Oracle, MySQL oder ähnlich erstellen.

Alles  sollte mit SQL bearbeitet.

Zum DB Erstellung gehört:

  1. Die DB sollte sich auf Ihre ERM basieren.

  2. DB-Erstellen.

  3. Tabellen und Relationen erstellen.

  4. Daten einfügen

Solution3 Download    Solution 3a Display  Solution 3b Display  

SQL-Samples  -->SQL-Samples-solution     Oracle-Login

If you are using Oracle SQL*Plus and have some security problems just use the following steps:
connect as username: system
password: manager
Now you should be in SQL*Plus.


SQL> start c:\temp\creatab.sql
SQL>start c:\temp\initdata.sql
SQL>
 Now you can execute any SQL Query

Bonne chance
The creatab.sql and initdata.sql are the sql scripts from the download