blob: ca5ec30950df989e68c2b44869fca98aefc7b1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<?
include("header.php");
?>
<a name="start"></a>
<tr>
<td class="titel">Datenbanken Praktikum Prof. Dr.-Ing Düsterhöft</td>
</tr>
<tr>
<td valign="top" class="text">
<table>
<tr>
<td class="text">
In diesem Bereich befindet sich eine hilfreiche Linksammlung zu Seiten die das Thema der Vorlesung behandeln. Viel Spaß beim Entdecken...
</td>
</tr>
<tr>
<td class="text"> </td>
</tr>
<tr><td>
<ul>
<li>
<a href="http://www.datenbank-sql.de/index.htm" class="link" target=_blank>ORACLE-SQL-Tutorial</a>
</li>
<li>
<a href="/dipl/help/ORACLE_SQL.pdf" class="link" target=_blank>übersichtliche ORACLE/SQL-Referenz (PDF)</a>
</li>
<li>
<a href="http://www.w3schools.com/sql/" class="link" target=_blank>W3_Schools_TUTORIAL</a>
</li>
<li>
<a href="http://www.sys-con.com/pbdj/source/12-97/36.htm" class="link" target=_blank>TRIGGER verstehen</a>
</li>
<li>
<a href="http://rfhs8012.fh-regensburg.de/~oracle/oracle/oradoc.html" class="link" target=_blank>ORACLE-DOKUMENTATION (ausführlich)</a>
</li>
<li>
<a href="http://www.mitlinx.de/oracledocs/" class="link" target=_blank>DOCUMENTATION zu ORACLE 9i - Tips und Tricks</a>
</li>
</ul>
</td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
</td>
</tr>
</table>
</td> </tr>
<tr>
<td width="200" align="right" valign="top" class="randmenu"><p> </td>
</tr>
</table>
<?
include("footer.php");
?>
|