Systematischer Einsatz von SQL-ORACLE:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Bonn u.a.
Addison-Wesley
1991
|
Ausgabe: | Unveränd. Nachdr. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 497 S. |
ISBN: | 3893191178 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV008227658 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 930819s1991 |||| 00||| ger d | ||
016 | 7 | |a 940352966 |2 DE-101 | |
020 | |a 3893191178 |9 3-89319-117-8 | ||
035 | |a (OCoLC)75393756 | ||
035 | |a (DE-599)BVBBV008227658 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
049 | |a DE-739 |a DE-11 | ||
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
100 | 1 | |a Finkenzeller, Hermann |e Verfasser |4 aut | |
245 | 1 | 0 | |a Systematischer Einsatz von SQL-ORACLE |c Hermann Finkenzeller ; Ulrich Kracke ; Michael Unterstein |
250 | |a Unveränd. Nachdr. | ||
264 | 1 | |a Bonn u.a. |b Addison-Wesley |c 1991 | |
300 | |a XV, 497 S. | ||
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 |
650 | 0 | 7 | |a Softwareentwicklung |0 (DE-588)4116522-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Informationssystem |0 (DE-588)4072806-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a ORACLE |g Datenbanksystem |0 (DE-588)4206222-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Relationales Datenbanksystem |0 (DE-588)4130535-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a SQL |0 (DE-588)4134010-3 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Informationssystem |0 (DE-588)4072806-7 |D s |
689 | 1 | 1 | |a Relationales Datenbanksystem |0 (DE-588)4130535-8 |D s |
689 | 1 | 2 | |a Softwareentwicklung |0 (DE-588)4116522-6 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a ORACLE |g Datenbanksystem |0 (DE-588)4206222-6 |D s |
689 | 2 | 1 | |a SQL |0 (DE-588)4134010-3 |D s |
689 | 2 | |5 DE-604 | |
700 | 1 | |a Kracke, Ulrich |e Verfasser |4 aut | |
700 | 1 | |a Unterstein, Michael |e Verfasser |0 (DE-588)108816648 |4 aut | |
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=005430142&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-005430142 |
Datensatz im Suchindex
_version_ | 1804122613528657920 |
---|---|
adam_text | INHALT
VORWORT UND EINLEITUNG XI
ABSCHNITT 1
SYSTEMANALYSE UND DATENBANKENTWURF
KAPITEL 1
ANFORDERUNGSDEFINITION FUER EINE AUFTRAGSBEARBEITUNG 3
1.1 ROLLE DER ANFORDERUNGSDEFINITION IM SOFWARE-LIFE-CYCLE 3
1.2 DIE AUFGABENSTELLUNG: AUFTRAGSBEARBEITUNG 11
1.3 DIE METHODE STRUCTURED ANALYSIS 13
1.4 DATENFLUSSANALYSE DER AUFTRAGSBEARBEITUNG 21
1.5 SCHLUSSBEMERKUNG 38
KAPITEL 2
DATENBANK-ENTWURF FUER EINE AUFTRAGSBEARBEITUNG 39
2.1 DATENBANK-ARCHITEKTUR 39
2.2 RELATIONENKONZEPT 44
2.3 ENTITAETSMENGEN UND BEZIEHUNGMENGEN 52
2.4 DATENBANKEN-ENTWURF MITTELS NORMALISIERUNG 55
2.5 VOR- UND NACHTEILE DER NORMALISIERUNG 67
2.6 ARBEITSSCHRITTE BEIM TABELLEN- UND SPALTEN-ENTWURF 68
ABSCHNITT 2
SQL
KAPITEL 3
SQL STRUCTURED QUERY LANGUAGE,
73
HTTP://D-NB.INFO/940352966
VI
INHALTSVERZEICHNIS
KAPITEL 4
EINGABE UND EDITIEREN VON BEFEHLEN 79
4.1 EINGABEKONVENTIONEN 79
4.2 EDITORBEFEHLE FUER DEN SQL BUFFER 81
4.3 SPEICHERN VON KOMMANDOS UND ERGEBNISSEN 85
4.4 FORTGESCHRITTENE EDITIERMOEGLICHKEITEN 88
4.5 EINGABE-VARIABLEN UND -PARAMETER 90
KAPITEL 5
DDL (I) DEFINITION DER TABELLEN 95
5.1 DATENTYPEN BEI ORACLE: 95
5.2 DAS CREATE TABLE-KOMMANDO 104
5.3 CREATE UNIQUE-INDEX 114
5.4 AENDERUNGEN AN DER TABELLENSTRUKTUR 116
KAPITEL 6
DML (I) DATENMANIPULATIONEN AN EINER RELATION 121
6.1 INSERT 121
6.2 SELECT 130
6.3 SELECT MIT PROJEKTION UND SORTIEREN 131
6.4 SELECT MIT PROJEKTION UND SELEKTION 136
6.5 SELECT MIT BETWEEN, IN, LIKE ODER IS NULL 143
6.6 SELECT MIT VIRTUELLEN SPALTEN, PSEUDOCOLUMNEN UND FUNKTIONEN 148
6.7 SELECT MIT GROUP BY 165
6.8 SELECT MIT GROUP BY UND HAVING 172
6.9 UPDATE 178
6.10 DELETE 180
INHALTSVERZEICHNIS VII
KAPITEL 7
DML (II) DATENMANIPULATIONEN AN MEHR ALS EINER RELATION 183
7.1 SELECT MIT TABELLENVERBUND (EQUIJOIN UND THETAJOIN) 185
7.2 SELECT MIT OUTER JOIN 194
7.3 SELECT MIT SUBQUERY MIT EINEM VERGLEICHSWERT 196
7.4 SELECT MIT SUBQUERY MIT MEHR ALS EINEM VERGLEICHSWERT 200
7.5 CREATE UND UPDATE MIT SUBQUERY 211
7.6 STRATEGIEN ZUR FORMULIERUNG VON SELECT 215
KAPITEL 8
DDL (II) VIEWS 219
8.1 EINFACHE VIEWS MIT REELLEN SPALTEN 222
8.2 EINFACHE VIEWS MIT VIRTUELLEN SPALTEN 231
8.3 EINFACHE VIEWS MIT GRUPPENFUNKTIONEN 237
8.4 VIEWS MIT JOB 242
8.5 REFERENTIELLE INTEGRITAET MIT SUBQUERY-VIEWS 248
KAPITEL 9
DML (III) REPORT- UND FORMATIERUNGSOPTIONEN FUER EINE RECHNUNG 259
9.1 DAS COLUMN-KOMMANDO: SPALTENFORMATIERUNG DES RECHNUNGSRUMPFES 263
9.2 DIE KOMMANDOS BREAK UND COMPUTE: GRUPPEN IN DER AUSGABE 274
9.3 TTITLE, BTITLE UND SPALTENVARIABLEN: RECHNUNGSKOPF UND -FUSS 284
9.4 PROZEDURALE LOESUNG DES RECHNUNGSPROBLEMS: VARIABLENUEBERGABE 298
KAPITEL 10
DCL DATA CONTROL LANGUAGE 309
10.1 ZUGRIFFSRECHTE 309
10.2 TRANSAKTIONEN 318
10.3 LOCK TABLE 322
VNI
INHALTSVERZEICHNIS
KAPITEL 11
SYSTEMKATALOG 331
11.1 INFORMATIONEN UEBER TABELLEN 333
11.2 INFORMATIONEN UEBER SPALTEN 336
11.3 INFORMATIONEN UEBER VIEWS 341
11.4 INFORMATIONEN UEBER INDEXE 343
11.5 WIE WERDEN KATALOGTABELLEN AKTUALISIERT? 344
11.6 KURZZUSAMMENFASSUNG DER WICHTIGSTEN SYSTEMTABELLEN 345
11.7 WEITERGEHENDE FORDERUNGEN AN DEN DATENBANKKATALOG 346
KAPITEL 12
INDEXE UND CLUSTER 349
12.1 ARBEITSWEISE EINES INDEX 349
12.2 UEBERLEGUNGEN FUER DIE ANLAGE VON INDEXEN 355
12.3 CLUSTER 357
ABSCHNITT 3
ALTERNATIVE TOOLS FUER DIE DATENMANIPULATION
KAPITEL 13
INTEGRITAETSKONTROLLE MIT SQL*FORMS 365
13.1 GRUNDBEGRIFFE 366
13.2 ERSTELLUNG UND NUTZUNG VON FORMS 370
13.3 INTEGRITAETSPROBLEME DER DATENBANK 374
13.4 VALIDATION VON FELDERN 376
13.5 FELDATTRIBUTE 379
13.5 VIRTUELLE FELDER 381
13.6 TRIGGER 382
13.7 DEFINITION UND ANWENDUNG VON TRIGGERN 384
INHALTSVERZEICHNIS
IX
KAPITEL 14
QMX QUERY BY EXAMPLE 391
14.1 PROJEKTION 393
14.2 SELEKTION 395
14.3 VIRTUELLE SPALTEN 396
14.4 GRUPPENFUNKTIONEN 398
14.5 TABELLENVERBUND (JOIN) 400
14.6 SCHREIBENDE ZUGRIFFE 402
14.7 SCHRANKEN VON QBE 404
ANHAENGE
ANHANG 1
DIE BEISPIELDATEIEN 407
ANHANG 2
LOESUNGEN ZU DEN AUFGABEN 415
ANHANG 3
DATENWOERTERBUCH AUS DER SYSTEMANALYSE 447
ANHANG 4
LITERATURVERZEICHNIS 475
INDEX 481
SCHREIBWEISEN UND ABKUERZUNGEN 498
|
any_adam_object | 1 |
author | Finkenzeller, Hermann Kracke, Ulrich Unterstein, Michael |
author_GND | (DE-588)108816648 |
author_facet | Finkenzeller, Hermann Kracke, Ulrich Unterstein, Michael |
author_role | aut aut aut |
author_sort | Finkenzeller, Hermann |
author_variant | h f hf u k uk m u mu |
building | Verbundindex |
bvnumber | BV008227658 |
classification_rvk | ST 271 |
ctrlnum | (OCoLC)75393756 (DE-599)BVBBV008227658 |
discipline | Informatik |
edition | Unveränd. Nachdr. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01970nam a2200493 c 4500</leader><controlfield tag="001">BV008227658</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">930819s1991 |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">940352966</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3893191178</subfield><subfield code="9">3-89319-117-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)75393756</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV008227658</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="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-11</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="100" ind1="1" ind2=" "><subfield code="a">Finkenzeller, Hermann</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Systematischer Einsatz von SQL-ORACLE</subfield><subfield code="c">Hermann Finkenzeller ; Ulrich Kracke ; Michael Unterstein</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Unveränd. Nachdr.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Bonn u.a.</subfield><subfield code="b">Addison-Wesley</subfield><subfield code="c">1991</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 497 S.</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="650" ind1="0" ind2="7"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Informationssystem</subfield><subfield code="0">(DE-588)4072806-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">ORACLE</subfield><subfield code="g">Datenbanksystem</subfield><subfield code="0">(DE-588)4206222-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Relationales Datenbanksystem</subfield><subfield code="0">(DE-588)4130535-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="689" ind1="1" ind2="0"><subfield code="a">Informationssystem</subfield><subfield code="0">(DE-588)4072806-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Relationales Datenbanksystem</subfield><subfield code="0">(DE-588)4130535-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="2"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">ORACLE</subfield><subfield code="g">Datenbanksystem</subfield><subfield code="0">(DE-588)4206222-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2="1"><subfield code="a">SQL</subfield><subfield code="0">(DE-588)4134010-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Kracke, Ulrich</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Unterstein, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)108816648</subfield><subfield code="4">aut</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=005430142&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-005430142</subfield></datafield></record></collection> |
id | DE-604.BV008227658 |
illustrated | Not Illustrated |
indexdate | 2024-07-09T17:16:40Z |
institution | BVB |
isbn | 3893191178 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-005430142 |
oclc_num | 75393756 |
open_access_boolean | |
owner | DE-739 DE-11 |
owner_facet | DE-739 DE-11 |
physical | XV, 497 S. |
publishDate | 1991 |
publishDateSearch | 1991 |
publishDateSort | 1991 |
publisher | Addison-Wesley |
record_format | marc |
spelling | Finkenzeller, Hermann Verfasser aut Systematischer Einsatz von SQL-ORACLE Hermann Finkenzeller ; Ulrich Kracke ; Michael Unterstein Unveränd. Nachdr. Bonn u.a. Addison-Wesley 1991 XV, 497 S. txt rdacontent n rdamedia nc rdacarrier SQL (DE-588)4134010-3 gnd rswk-swf Softwareentwicklung (DE-588)4116522-6 gnd rswk-swf Informationssystem (DE-588)4072806-7 gnd rswk-swf ORACLE Datenbanksystem (DE-588)4206222-6 gnd rswk-swf Relationales Datenbanksystem (DE-588)4130535-8 gnd rswk-swf SQL (DE-588)4134010-3 s DE-604 Informationssystem (DE-588)4072806-7 s Relationales Datenbanksystem (DE-588)4130535-8 s Softwareentwicklung (DE-588)4116522-6 s ORACLE Datenbanksystem (DE-588)4206222-6 s Kracke, Ulrich Verfasser aut Unterstein, Michael Verfasser (DE-588)108816648 aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005430142&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Finkenzeller, Hermann Kracke, Ulrich Unterstein, Michael Systematischer Einsatz von SQL-ORACLE SQL (DE-588)4134010-3 gnd Softwareentwicklung (DE-588)4116522-6 gnd Informationssystem (DE-588)4072806-7 gnd ORACLE Datenbanksystem (DE-588)4206222-6 gnd Relationales Datenbanksystem (DE-588)4130535-8 gnd |
subject_GND | (DE-588)4134010-3 (DE-588)4116522-6 (DE-588)4072806-7 (DE-588)4206222-6 (DE-588)4130535-8 |
title | Systematischer Einsatz von SQL-ORACLE |
title_auth | Systematischer Einsatz von SQL-ORACLE |
title_exact_search | Systematischer Einsatz von SQL-ORACLE |
title_full | Systematischer Einsatz von SQL-ORACLE Hermann Finkenzeller ; Ulrich Kracke ; Michael Unterstein |
title_fullStr | Systematischer Einsatz von SQL-ORACLE Hermann Finkenzeller ; Ulrich Kracke ; Michael Unterstein |
title_full_unstemmed | Systematischer Einsatz von SQL-ORACLE Hermann Finkenzeller ; Ulrich Kracke ; Michael Unterstein |
title_short | Systematischer Einsatz von SQL-ORACLE |
title_sort | systematischer einsatz von sql oracle |
topic | SQL (DE-588)4134010-3 gnd Softwareentwicklung (DE-588)4116522-6 gnd Informationssystem (DE-588)4072806-7 gnd ORACLE Datenbanksystem (DE-588)4206222-6 gnd Relationales Datenbanksystem (DE-588)4130535-8 gnd |
topic_facet | SQL Softwareentwicklung Informationssystem ORACLE Datenbanksystem Relationales Datenbanksystem |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005430142&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT finkenzellerhermann systematischereinsatzvonsqloracle AT krackeulrich systematischereinsatzvonsqloracle AT untersteinmichael systematischereinsatzvonsqloracle |