diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:26:53 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:26:53 +0100 |
commit | 9d7833b716f4954e1693ce569e40a2825209c2f8 (patch) | |
tree | 2241245c2d176460d87aa30c5ee691b1997c254d /doc | |
parent | fd2c06409e1f2a2c6cf84f47bd25c3b9e9c1df40 (diff) | |
download | sqltutor-plugin-9d7833b716f4954e1693ce569e40a2825209c2f8.tar.gz sqltutor-plugin-9d7833b716f4954e1693ce569e40a2825209c2f8.tar.bz2 sqltutor-plugin-9d7833b716f4954e1693ce569e40a2825209c2f8.zip |
pres: Some further notes to test data
Diffstat (limited to 'doc')
-rw-r--r-- | doc/presentation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt index 75fcf2b..ea55aad 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -65,6 +65,10 @@ GRANT SELECT ON ALL TABLES IN SCHEMA public TO sqlbox_read; == Testdaten + * Kopieren der Daten aus Oracle-Datenbank + * Importieren der Beispieldaten in PostgreSQL + * Konvertierung der Aufgaben zu SQLBox + [source,sql] ---- select dbms_xmlgen.getxml ('select * from lessons') from dual; |