SQL: Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München [u.a.]
Hanser
1998
|
Ausgabe: | 3., überarb. und aktualisierte Aufl. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XII, 376 S. graph. Darst. |
ISBN: | 3446195688 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV012068329 | ||
003 | DE-604 | ||
005 | 20231120 | ||
007 | t | ||
008 | 980714s1998 gw d||| |||| 00||| ger d | ||
016 | 7 | |a 953804046 |2 DE-101 | |
020 | |a 3446195688 |c kart. |9 3-446-19568-8 | ||
035 | |a (OCoLC)75840440 | ||
035 | |a (DE-599)BVBBV012068329 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-1049 |a DE-1047 |a DE-91 |a DE-210 |a DE-12 |a DE-20 |a DE-Aug4 |a DE-29T |a DE-861 |a DE-523 |a DE-526 |a DE-634 | ||
084 | |a ST 201 |0 (DE-625)143612: |2 rvk | ||
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
084 | |a DAT 652f |2 stub | ||
100 | 1 | |a Misgeld, Wolfgang D. |e Verfasser |4 aut | |
245 | 1 | 0 | |a SQL |b Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle |c Wolfgang D. Misgeld |
250 | |a 3., überarb. und aktualisierte Aufl. | ||
264 | 1 | |a München [u.a.] |b Hanser |c 1998 | |
300 | |a XII, 376 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a SQL |0 (DE-588)4134010-3 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4151278-9 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a SQL |0 (DE-588)4134010-3 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008169281&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-008169281 |
Datensatz im Suchindex
_version_ | 1807501170954993664 |
---|---|
adam_text |
INHALTSVERZEICHNIS
VORWORT
.
.V
EINLEITUNG
.
1
TEIL
I
DER
SQL-STANDARD
1
EINFUEHRUNG
IN
SQL
.
7
1.1
ENTWICKLUNG
VON
SQL
.
7
1.2
DATENBANKARCHITEKTUR
UND
ORGANISATION
.
8
1.2.1
DAS
DREI-EBENEN-KONZEPT
.
9
1.2.2
KOMPONENTEN
EINES
DATENBANKSYSTEMS
.
12
1.2.3
TERMINOLOGIE
IM
RELATIONALEN
MODELL
.
13
1.2.4
PERSONELLE
ORGANISATION
.
16
1.3
DATENBANKENTWURF
.
17
1.3.1
PHASE
1,
SYSTEM
UND
DATENANALYSE
.
18
1.3.2
PHASE
2,
RELATIONENBILDUNG
UND
NORMALISIERUNG
.
20
1.3.3
PHASE
3,
KONZEPTIONELLES
DATENBANKDESIGN
.
29
1.4
SQL-ANWENDUNG
.
30
2
STARTEN
MIT
SQL
.
31
2.1
EINRICHTUNG
VON
DATENBANKEN
.
31
2.1.1
ANLEGEN
VON
TABELLEN
(CREATE
TABLE)
.
31
2.1.2
DEFINITION
VON
INDIZES
(CREATE
INDEX)
.
39
2.1.3
DOKUMENTATION
DER
TABELLENDEFINITION
(COMMENT)
.
43
2.1.4
REFERENTIELLE
INTEGRITAET
.
45
2.2
ERSTE
ARBEITSSCHRITTE
MIT
EINER
NEUEN
TABELLE
.
49
2.2.1
LADEN
EINER
TABELLE
(INSERT
INTO)
.
50
2.2.2
TRANSAKTIONSABSCHLUSS
(COMMIT
/
ROLLBACK)
.
53
2.3
INFORMATIONSGEWINNUNG
(SELECT)
.
55
2.3.1
ANZEIGEN
DES
INHALTES
EINER
TABELLE
.
55
2.3.2
AUSWAHL
VON
ZEILEN
(WHERE)
.
62
EINFACHER
VERGLEICH
.
62
KONSTANTEN
.
63
ARITHMETISCHE
AUSDRUECKE
.
64
SYSTEMVARIABLE
.
65
X
INHALTSVERZEICHNIS
VERGLEICHSOPERATOREN
.
65
ZUSAMMENGESETZTER
VERGLEICH
.
68
DIE
OPERATOREN
AND,
OR,
NOT
.
69
DER
OPERATOR
IN
.
73
DER
BEREICHS-OPERATOR
BETWEEN
.
75
UEBEREINSTIMMUNGEN
FESTSTELLEN
MIT
LIKE
.
76
2.3.3
ORDNEN
VON
DATEN
(ORDER
BY)
.
79
2.3.4
MATHEMATISCHE
AUFBEREITUNG
DES
ERGEBNISSES
.
84
2.3.5
FUNKTIONEN
.
88
2.3.6
GRUPPENBILDUNG
(GROUP
BY)
.
96
2.3.7
VERKNUEPFUNG
VON
TABELLEN
(JOIN)
.
105
EQUI-JOIN
.
109
OUTER-EQUI-JOIN
.
113
VERKNUEPFUNG
EINER
TABELLE
MIT
SICH
SELBST
.
115
NON-EQUI-JOINS
.
117
VERKNUEPFUNG
MEHRERER
TABELLEN
.
121
2.3.8
TABELLEN
VEREINIGEN
(UNION)
.
125
2.3.9
UNTERABFRAGEN
(SUBQUERIES)
.
135
REGELN
ZUR
BILDUNG
VON
SUBQUERIES:
.
137
-EINFACHE
VERGLEICHE
MIT
SUBQUERIES
.
138
SUBQUERY
MIT
IN
.
140
SUBQUERY
MIT
ALL,
ANY
UND
SOME
.
149
SUBQUERY
MIT
EXISTS
.
153
2.3.10
ABHAENGIGE
UNTERABFRAGEN
(CORRELATED
SUBQUERIES)
.
156
2.4
WEITERE
DATENMANIPULATIONEN
.
160
2.4.1
VERAENDERN
VON
EINZELNEN
ATTRIBUTEN
(UPDATE)
.
160
2.4.2
LOESCHEN
VON
ZEILEN
(DELETE)
.
164
2.5
BEREITSTELLEN
VON
BENUTZERSICHTEN
(VIEWS)
.
166
2.5.1
VIEW-DEFINITION
(CREATE
VIEW)
.
167
2.5.2
DEFINITION
EINFACHER
VIEWS
.
169
2.5.3
VIEWS
FUER
MEHRERE
TABELLEN
.
175
2.6
PFLEGE
DES
DATENBANKDESIGNS
.
182
2.6.1
ERGAENZEN
UND
ENTFERNEN
VON
SPALTEN
(ALTER
TABLE)
.
183
2.6.2
SYNONYME
(CREATE
SYNONYM)
.
186
2.6.3
LOESCHEN
VON
TABELLEN,
INDIZES,
VIEWS
UND
SYNONYMEN
(DROP)
.
187
2.7
ZUGRIFFSSCHUTZ
UND
ERTEILUNG
VON
ZUGRIFFSRECHTEN
(GRANT)
.
188
2.7.1
SYSTEMZUGANG
.
190
INHALTSVERZEICHNIS
XI
2.7.2
DATENBANK-ZUGRIFFSRECHTE
.
192
2.7.3
ENTZIEHUNG
VON
ZUGRIFFSRECHTEN
(REVOKE)
.
194
3
ANWENDUNGSPROGRAMMIERUNG
MIT
SQL
.
197
3.1
ALLGEMEINE
SQL-VEREINBARUNGEN
.
197
3.1.1
SQL
IM
ANWENDUNGSPROGRAMM
.
198
3.1.2
VEREINBARUNG
VON
HOSTVARIABLEN
(DECLARE)
.
199
3.1.3
NULL-INDIKATOREN
.
201
3.1.4
FEHLERBEDINGUNGEN
UND
IHRE
BEHANDLUNG
(WHENEVER)
.
202
3.1.5
DIE
LOGIN-PROZEDUR
(CONNECT)
.
207
3.1.6
SQL-BEFEHLE
IN
ANWENDUNGSPROGRAMMEN
.
208
DATENTRANSFER
BEIM
SELECT
.
208
SELECT
MIT
EINER
ERGEBNISZEILE
.
208
SELECT
MIT
MEHREREN
ERGEBNISZEILEN
(DECLARE
CURSOR)
209
ZEILEN
MITTELS
CURSOR
LESEN
(FETCH)
.
212
UPDATE
UND
DELETE
MIT
CURSOR
.
214
3.1.7
BILDUNG
VON
LOGICAL
UNITS
OF
WORK
(LUW)
.
215
3.2
BATCHPROGRAMMIERUNG
.
217
3.2.1
LADEN
EINER
DATENBANK
AUS
EINER
DATEI
.
218
3.2.2
UPDATE
EINER
DATENBANK
.
226
3.2.3
DATENBANKBEARBEITUNG
MITTELS
CURSOR
.
237
3.3
ERSTELLEN
EINES
AUSFUEHRBAREN
MASCHINENPROGRAMMS
.
249
TEIL
II
SQL-IMPLEMENTIERUNGEN
4
SQL-IMPLEMENTIERUNGEN
.
255
4.1
DATENBANKSYSTEM
IBM
DB2
.
255
4.1.1
DB2
INTERACTIVE
.
255
4.1.2
QUERY
MANAGEMENT
FACILITY
QMF
.
259
4.1.3
SQL-ERWEITERUNGEN
IN
DB2
.
261
4.1.4
DIENSTPROGRAMME
FUER
DB2/MVS
.
266
4.1.5
DB2
FUER
WORKSTATIONS
.
267
4.2
DATENBANKSYSTEM
IBM
SQL/DS
-
DB2/VSE
.
274
4.2.1
INTERAKTIVES
ARBEITEN
MIT
ISQL
.
275
ISQL-KOMMANDOS
.
276
SPEICHERN
VON
ROUTINEN
.
286
FUNKTIONSTASTENBELEGUNG
.
288
XII
INHALTSVERZEICHNIS
4.2.2
SQL-BEFEHLSERWEITERUNGEN
.
289
4.2.3
ZUSAETZLICHE
SQL-FUNKTIONEN
FUER
DB2
UND
SQL/DS
.
294
4.2.4
WEITERE
UTILITIES
UND
TOOLS
FUER
SQL/DS
.
296
4.3
DATENBANKSYSTEM
INFORMIX
.
298
4.3.1
INTERAKTIVES
ARBEITEN
MIT
INFORMIX-SQL
.
301
4.3.2
SQL-BEFEHLSERWEITERUNGEN
.
304
4.3.3
DATUMSFUNKTIONEN
.
310
4.3.4
ERZEUGEN
EINES
BERICHTS
.
311
4.3.5
ARBEITEN
MIT
BILDSCHIRMMASKEN
.
319
4.3.6
DIENSTPROGRAMME
ZU
INFORMIX-SQL
.
324
4.4
DATENBANKSYSTEM
ORACLE
.
324
4.4.1
DAS
INTERAKTIVE
ORACLE-TOOL
SQL*PLUS
.
325
SQL*PLUS-KOMMANDOS
.
329
EDITIER-FUNKTIONEN
IN
SQL*PLUS
.
329
BEFEHLE
ZUR
REPORT-FORMATIERUNG
.
330
SONSTIGE
SQL*PLUS-BEFEHLE
.
331
4.4.2
SQL-BEFEHLSERWEITERUNGEN
.
338
4.4.3
ZUSAETZLICHE
EINGEBAUTE
FUNKTIONEN
.
343
SKALARFUNKTIONEN
.
343
DATUMSFUENKTIONEN
.
345
SPALTENFUNKTIONEN
.
345
4.4.4
DIENSTPROGRAMME
ZU
ORACLE
.
345
ANHANG
A
RESERVIERTE
SQL-WOERTER
.
349
B
DEFINITION
DER
PRIMAERINDICES
.
356
C
BEISPIELTABELLEN
.
357
D
LITERATURNACHWEIS
.
370
E
INDEX
.
372 |
any_adam_object | 1 |
author | Misgeld, Wolfgang D. |
author_facet | Misgeld, Wolfgang D. |
author_role | aut |
author_sort | Misgeld, Wolfgang D. |
author_variant | w d m wd wdm |
building | Verbundindex |
bvnumber | BV012068329 |
classification_rvk | ST 201 ST 271 |
classification_tum | DAT 652f |
ctrlnum | (OCoLC)75840440 (DE-599)BVBBV012068329 |
discipline | Informatik |
edition | 3., überarb. und aktualisierte Aufl. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV012068329</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20231120</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">980714s1998 gw d||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">953804046</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3446195688</subfield><subfield code="c">kart.</subfield><subfield code="9">3-446-19568-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)75840440</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV012068329</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1049</subfield><subfield code="a">DE-1047</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-210</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-861</subfield><subfield code="a">DE-523</subfield><subfield code="a">DE-526</subfield><subfield code="a">DE-634</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 201</subfield><subfield code="0">(DE-625)143612:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 271</subfield><subfield code="0">(DE-625)143639:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 652f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Misgeld, Wolfgang D.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">SQL</subfield><subfield code="b">Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle</subfield><subfield code="c">Wolfgang D. Misgeld</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3., überarb. und aktualisierte Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München [u.a.]</subfield><subfield code="b">Hanser</subfield><subfield code="c">1998</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 376 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">SQL</subfield><subfield code="0">(DE-588)4134010-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4151278-9</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">SQL</subfield><subfield code="0">(DE-588)4134010-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008169281&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-008169281</subfield></datafield></record></collection> |
genre | 1\p (DE-588)4151278-9 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV012068329 |
illustrated | Illustrated |
indexdate | 2024-08-16T00:17:20Z |
institution | BVB |
isbn | 3446195688 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008169281 |
oclc_num | 75840440 |
open_access_boolean | |
owner | DE-1049 DE-1047 DE-91 DE-BY-TUM DE-210 DE-12 DE-20 DE-Aug4 DE-29T DE-861 DE-523 DE-526 DE-634 |
owner_facet | DE-1049 DE-1047 DE-91 DE-BY-TUM DE-210 DE-12 DE-20 DE-Aug4 DE-29T DE-861 DE-523 DE-526 DE-634 |
physical | XII, 376 S. graph. Darst. |
publishDate | 1998 |
publishDateSearch | 1998 |
publishDateSort | 1998 |
publisher | Hanser |
record_format | marc |
spelling | Misgeld, Wolfgang D. Verfasser aut SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle Wolfgang D. Misgeld 3., überarb. und aktualisierte Aufl. München [u.a.] Hanser 1998 XII, 376 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier SQL (DE-588)4134010-3 gnd rswk-swf 1\p (DE-588)4151278-9 Einführung gnd-content SQL (DE-588)4134010-3 s DE-604 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008169281&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Misgeld, Wolfgang D. SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle SQL (DE-588)4134010-3 gnd |
subject_GND | (DE-588)4134010-3 (DE-588)4151278-9 |
title | SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle |
title_auth | SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle |
title_exact_search | SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle |
title_full | SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle Wolfgang D. Misgeld |
title_fullStr | SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle Wolfgang D. Misgeld |
title_full_unstemmed | SQL Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle Wolfgang D. Misgeld |
title_short | SQL |
title_sort | sql einstieg und anwendung mit sql 2 ibm db2 ibm sql ds informix sql oracle |
title_sub | Einstieg und Anwendung ; mit SQL-2, IBM DB2, IBM SQL-DS, Informix SQL, Oracle |
topic | SQL (DE-588)4134010-3 gnd |
topic_facet | SQL Einführung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008169281&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT misgeldwolfgangd sqleinstiegundanwendungmitsql2ibmdb2ibmsqldsinformixsqloracle |