An introduction to database systems:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boston ; Munich [u.a.]
Pearson, Addison-Wesley
2004
|
Ausgabe: | 8. ed., internat. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXVII, 983, 22 S. Ill. |
ISBN: | 0321189566 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV017669802 | ||
003 | DE-604 | ||
005 | 20071002 | ||
007 | t | ||
008 | 031121s2004 a||| |||| 00||| eng d | ||
020 | |a 0321189566 |9 0-321-18956-6 | ||
035 | |a (OCoLC)52377603 | ||
035 | |a (DE-599)BVBBV017669802 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-91G |a DE-29T |a DE-91 |a DE-859 |a DE-703 |a DE-384 |a DE-Eb1 |a DE-634 |a DE-83 |a DE-11 |a DE-2070s | ||
050 | 0 | |a QA76.9.D3 | |
082 | 0 | |a 005.74 |2 21 | |
084 | |a QH 500 |0 (DE-625)141607: |2 rvk | ||
084 | |a ST 270 |0 (DE-625)143638: |2 rvk | ||
084 | |a DAT 650f |2 stub | ||
100 | 1 | |a Date, Chris J. |d 1941- |e Verfasser |0 (DE-588)120054884 |4 aut | |
245 | 1 | 0 | |a An introduction to database systems |c C. J. Date |
246 | 1 | 3 | |a Database systems |
250 | |a 8. ed., internat. ed. | ||
264 | 1 | |a Boston ; Munich [u.a.] |b Pearson, Addison-Wesley |c 2004 | |
300 | |a XXVII, 983, 22 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Bases de données - Gestion | |
650 | 4 | |a Database management | |
650 | 0 | 7 | |a Datenmodell |0 (DE-588)4192516-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenbanksystem |0 (DE-588)4113276-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenbank |0 (DE-588)4011119-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a System |0 (DE-588)4058801-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Grundlage |0 (DE-588)4158388-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenstruktur |0 (DE-588)4011146-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Datenbank |0 (DE-588)4011119-2 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Datenbanksystem |0 (DE-588)4113276-2 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a Datenmodell |0 (DE-588)4192516-6 |D s |
689 | 2 | |5 DE-604 | |
689 | 3 | 0 | |a Datenstruktur |0 (DE-588)4011146-5 |D s |
689 | 3 | 1 | |a Grundlage |0 (DE-588)4158388-7 |D s |
689 | 3 | 2 | |a System |0 (DE-588)4058801-4 |D s |
689 | 3 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010625630&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-010625630 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804130409446899712 |
---|---|
adam_text | Titel: An introduction to database systems
Autor: Date, Chris J
Jahr: 2004
Contents
- ¦ » JT - Mt P A IE
Preface to the Eighth Edition xxi
PART I PRELIMINARIES 1
Chapter 1
An Overview of Database Management
1.1
Introduction 3
1.2
What Is a Database System? 6
1.3
What Is a Database? 11
1.4
Why Database? 16
1.5
Data Independence 20
1.6
Relational Systems and Others 26
1.7
Summary 28
Exercises 29
References and Bibliography 31
Chapter 2 Database System Architecture 33
2.1 Introduction 33
2.2 The Three Levels of the Architecture 34
2.3 The External Level 37
2.4 The Conceptual Level 39
2.5 The Internal Level 40
2.6 Mappings 41
2.7 The Database Administrator 42
2.8 The Database Management System 44
2.9 Data Communications 48
2.10 Client/Server Architecture 49
2.11 Utilities 51
2.12 Distributed Processing 51
2.13 Summary 55
Exercises 56
References and Bibliography 56
ix
x Contents
Chapter 3 An Introduction to Relational Databases 59
3.1 Introduction 59
3.2 An Informal Look at the Relational Model 60
3.3 Relations and Relvars 64
3.4 What Relations Mean 66
3.5 Optimization 69
3.6 The Catalog 71
3.7 Base Relvars and Views 72
3.8 Transactions 76
3.9 The Suppliers-and-Parts Database 77
3.10 Summary 79
Exercises 81
References and Bibliography 81
Chapter 4
An Introduction to SQL I
4.1
Introduction 85
4.2
Overview 86
4.3
The Catalog 89
4.4
Views 90
4.5
Transactions 91
4.6
Embedded SQL 91
4.7
Dynamic SQL and SQL/CLI
4.8
SQL Is Not Perfect 100
4.9
Summary 101
Exercises 102
References and Bibliography
PART II THE RELATIONAL MODEL 109
Chapter 5 TYPES 111
5.1 Introduction 111
5.2 Values vs. Variables 112
5.3 Types vs. Representations 115
5.4 Type Definition 119
5.5 Operators 122
5.6 Type Generators 127
5.7 SQL Facilities 128
5.8 Summary 136
Exercises 137
References and Bibliography 139
Contents xi
Chapter 6 Relations 141
6.1 Introduction 141
6.2 Tuples 141
6.3 Relation Types 146
6.4 Relation Values 148
6.5 Relation Variables 156
6.6 SQL Facilities 161
6.7 Summary 167
Exercises 168
References and Bibliography 170
Chapter 7 Relational Algebra 173
7.1 Introduction 173
7.2 Closure Revisited 175
7.3 The Original Algebra: Syntax 177
7.4 The Original Algebra: Semantics 180
7.5 Examples 190
7.6 What Is the Algebra For? 192
7.7 Further Points 194
7.8 Additional Operators 195
7.9 Grouping and Ungrouping 203
7.10 Summary 206
Exercises 207
References and Bibliography 209
Chapter 8
Relational Calculus 213
8.1
Introduction 213
8.2
Tuple Calculus 215
8.3
Examples 223
8.4
Calculus vs. Algebra 225
8.5
Computational Capabilities
8.6
SQL Facilities 231
8.7
Domain Calculus 240
8.8
Query-By-Example 242
8.9
Summary 247
Exercises 248
References and Bibliography
xii Contents
Chapter 9 Integrity 253
9.1 Introduction 253 :. .
9.2 A Closer Look 255
9.3 Predicates and Propositions 258
9.4 Relvar Predicates and Database Predicates 259
9.5 Checking the Constraints 260
9.6 Internal vs. External Predicates 261 ::
9.7 Correctness vs. Consistency 263
9.8 Integrity and Views 265
9.9 A Constraint Classification Scheme 266
9.10 Keys 268
9.11 Triggers (a Digression) 277
9.12 SQL Facilities 279
9.13 Summary 284
Exercises 285
References and Bibliography 288
Chapter 10 Views 295
10.1 Introduction 295
10.2 What Are Views For? 298
10.3 View Retrievals 302
10.4 View Updates 303
10.5 Snapshots (a Digression) 318
10.6 SQL Facilities 320
10.7 Summary 323
Exercises 324
References and Bibliography 325
PART III DATABASE DESIGN 329
Chapter 11 Functional Dependencies 333
11.1 Introduction 333
11.2 Basic Definitions 334
11.3 Trivial and Nontrivial Dependencies 337
11.4 Closure of a Set of Dependencies 338
11.5 Closure of a Set of Attributes 339
11.6
11.7
Chapter 12
12.1
12.2
12.3
12.4
12.5
12.6
12.7
Chapter 13
13.1
13.2
13.3
13.4
13.5
13.6
13.7
13.8
Chapter 14
14.1
14.2
14.3
14.4
14.5
14.6
14.7
Irreducible Sets of Dependencies 341
Summary 343
Exercises 344
References and Bibliography 345
Further Normalization I: INF, 2NF, 3NF, BCNF 349
Introduction 349
Nonloss Decomposition and Functional Dependencies
First, Second, and Third Normal Forms 357
Dependency Preservation 364
Boyce/Codd Normal Form 367
A Note on Relation-Valued Attributes 373
Summary 375
Exercises 376 *
References and Bibliography 378
Further Normalization II: Higher Normal Forms 381
Introduction 381
Multi-valued Dependencies and Fourth Normal Form
Join Dependencies and Fifth Normal Form 386
The Normalization Procedure Summarized 391
A Note on Denormalization 393
Orthogonal Design (a Digression) 395
Other Normal Forms 398
Summary 400
Exercises 401
References and Bibliography 402
Semantic Modeling 409
Introduction 409
The Overall Approach 411
The E/R Model 414
E/R Diagrams 418
Database Design with the E/R Model 420
A Brief Analysis 424
Summary 428
Exercises 429
References and Bibliography 430
xiv Contents
PART IV TRANSACTION MANAGEMENT 443
Chapter 15 Recovery 445
15.1 Introduction 445
15.2 Transactions 446
15.3 Transaction Recovery 450
15.4 System Recovery 453
15.5 Media Recovery 455
15.6 Two-Phase Commit 456
15.7 Savepoints (a Digression) 457
15.8 SQL Facilities 458
15.9 Summary 459
Exercises 460
References and Bibliography 460
Chapter 16 Concurrency 465
16.1 Introduction 465
16.2 Three Concurrency Problems 466
16.3 Locking 470
16.4 The Three Concurrency Problems Revisited
16.5 Deadlock 474
16.6 Serializability 476
16.7 Recovery Revisited 478
16.8 Isolation Levels 480
16.9 Intent Locking 483
16.10 Dropping ACID 485
16.11 SQL Facilities 490
16.12 Summary 491
Exercises 492
References and Bibliography 494
472
PART V FURTHER TOPICS 501
Chapter 17 Security 503
Introduction 503
Discretionary Access Control
17.1
17.2
506
17.3 Mandatory Access Control 511
17.4 Statistical Databases 513
17.5 Data Encryption 519
17.6 SQL Facilities 523
¦¦7.7 Summary 527
Exercises 528
References and Bibliography 529
Onpier 18 Optimization 531
18.1 Introduction 531
18.2 A Motivating Example 533
18.3 An Overview of Query Processing 534
18.4 Expression Transformation 539
15.5 Database Statistics 544
18.6 A Divide-and-Conquer Strategy 545
18.7 Implementing the Relational Operators 548
18.8 Summary 553
Exercises 554
References and Bibliography 557
Chapter 19 Missing Information 575
19.1 Introduction 575
19.2 An Overview of the 3VL Approach 577
19.3 Some Consequences of the Foregoing Scheme
19.4 Nulls and Keys 586
19.5 Outer Join (a Digression) 589
19.6 Special Values 591
19.7 SQL Facilities 592
19.8 Summary 597
Exercises 598
References and Bibliography 600
Chapter 20 Type Inheritance 605
20.1 Introduction 605
20.2 Type Hierarchies 610
20.3 Polymorphism and Substitutability 613
20.4 Variables and Assignments 617
20.5 Specialization by Constraint 621
20.6 Comparisons 623
xvi Contents
20.7 Operators, Versions, and Signatures 626
20.8 Is a Circle an Ellipse? 630
20.9 Specialization by Constraint Revisited 634
20.10 SQL Facilities 636
20.11 Summary 641
Exercises 642
References and Bibliography 644
Chapter 21 Distributed Databases 647
21.1 Introduction 647
21.2 Some Preliminaries 648
21.3 The Twelve Objectives 652
21.4 Problems of Distributed Systems 660
21.5 Client/Server Systems 671
21.6 DBMS Independence 674
21.7 SQL Facilities 679
21.8 Summary 680
Exercises 681
References and Bibliography 682
Chapter 22 Decision Support 689
22.1 Introduction 689
22.2 Aspects of Decision Support 691
22.3 Database Design for Decision Support 693
22.4 Data Preparation 701
22.5 Data Warehouses and Data Marts 704
22.6 Online Analytical Processing 709
22.7 Data Mining 717
22.8 SQL Facilities 719
22.9 Summary 720
Exercises 721
References and Bibliography 722
Chapter 23 Temporal Databases 727
23.1 Introduction 727
23.2 What Is the Problem? 732
23.3 Intervals 737
23.4 Packing and Unpacking Relations 743
23.5 Generalizing the Relational Operators 754
23.6 Database Design 758
Contents
xvii
23.7
23.8
Chapter 24
24.1
24.2
24.3
24.4
24.5
24.6
24.7
24.8
Chapter 25
25.1
25.2
25.3
25.4
25.5
25.6
Chapter 26
26.1
26.2
26.3
26.4
26.5
26.6
26.7
Integrity Constraints 764
Summary 770
Exercises 771
References and Bibliography 772
Logic-Based Databases 775
Introduction 775
Overview 776
Propositional Calculus 778
Predicate Calculus 783
A Proof-Theoretic View of Databases 789
Deductive Database Systems 793
Recursive Query Processing 798
Summary 803
Exercises 806
References and Bibliography 807
PART VI OBJECTS, RELATIONS, AND XML 811
Object Databases 813
Introduction 813
Objects, Classes, Methods, and Messages 817
A Closer Look 822
A Cradle-to-Grave Example 830
Miscellaneous Issues 840
Summary 847
Exercises 850
References and Bibliography 851
Object/Relational Databases 859
Introduction 859
The First Great Blunder 862
The Second Great Blunder 870
Implementation Issues 874
Benefits of True Rapprochement 876
SQL Facilities 878
Summary 885
Exercises 885
References and Bibliography 886
xviii Contents
Chapter 27 The World Wide Web and XML 895
27.1 Introduction 895
27.2 The Web and the Internet 896
27.3 An Overview of XML 897
27.4 XML Data Definition 908
27.5 XML Data Manipulation 917
27.6 XML and Databases 925
27.7 SQL Facilities 928
27.8 Summary 932
Exercises 934
References and Bibliography 935
APPENDIXES 939
Appendix A The TransRelational™ Model 941
A.l Introduction 941
A.2 Three Levels of Abstraction 943
A.3 The Basic Idea 946
A.4 Condensed Columns 952
A.5 Merged Columns 956
A.6 Implementing the Relational Operators 960
A.7 Summary 966
References and Bibliography 966
Appendix B SQL Expressions 967
B.l Introduction 967
B.2 Table Expressions 968
B.3 Boolean Expressions 973
Appendix C Abbreviations, Acronyms, and Symbols 977
Appendix D Storage Structures and Access Methods (online at http://www.azv.com/cssupport)
D.l Introduction
D.2 Database Access: An Overview
D.3 Page Sets and Files
D.4 Indexing
Contents xix
D.5 Hashing
D.6 Pointer Chains
D.7 Compression Techniques
D.8 Summary
Exercises
References and Bibliography
Index I -1
|
any_adam_object | 1 |
author | Date, Chris J. 1941- |
author_GND | (DE-588)120054884 |
author_facet | Date, Chris J. 1941- |
author_role | aut |
author_sort | Date, Chris J. 1941- |
author_variant | c j d cj cjd |
building | Verbundindex |
bvnumber | BV017669802 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D3 |
callnumber-search | QA76.9.D3 |
callnumber-sort | QA 276.9 D3 |
callnumber-subject | QA - Mathematics |
classification_rvk | QH 500 ST 270 |
classification_tum | DAT 650f |
ctrlnum | (OCoLC)52377603 (DE-599)BVBBV017669802 |
dewey-full | 005.74 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.74 |
dewey-search | 005.74 |
dewey-sort | 15.74 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik Wirtschaftswissenschaften |
edition | 8. ed., internat. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02249nam a2200577 c 4500</leader><controlfield tag="001">BV017669802</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20071002 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">031121s2004 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0321189566</subfield><subfield code="9">0-321-18956-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)52377603</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV017669802</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-859</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-Eb1</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-2070s</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.D3</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.74</subfield><subfield code="2">21</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 500</subfield><subfield code="0">(DE-625)141607:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 270</subfield><subfield code="0">(DE-625)143638:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 650f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Date, Chris J.</subfield><subfield code="d">1941-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)120054884</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">An introduction to database systems</subfield><subfield code="c">C. J. Date</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Database systems</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">8. ed., internat. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boston ; Munich [u.a.]</subfield><subfield code="b">Pearson, Addison-Wesley</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXVII, 983, 22 S.</subfield><subfield code="b">Ill.</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=" " ind2="4"><subfield code="a">Bases de données - Gestion</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Database management</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenmodell</subfield><subfield code="0">(DE-588)4192516-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenbanksystem</subfield><subfield code="0">(DE-588)4113276-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenbank</subfield><subfield code="0">(DE-588)4011119-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">System</subfield><subfield code="0">(DE-588)4058801-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Grundlage</subfield><subfield code="0">(DE-588)4158388-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenstruktur</subfield><subfield code="0">(DE-588)4011146-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Datenbank</subfield><subfield code="0">(DE-588)4011119-2</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">Datenbanksystem</subfield><subfield code="0">(DE-588)4113276-2</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">Datenmodell</subfield><subfield code="0">(DE-588)4192516-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="3" ind2="0"><subfield code="a">Datenstruktur</subfield><subfield code="0">(DE-588)4011146-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2="1"><subfield code="a">Grundlage</subfield><subfield code="0">(DE-588)4158388-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2="2"><subfield code="a">System</subfield><subfield code="0">(DE-588)4058801-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ 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=010625630&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-010625630</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></record></collection> |
id | DE-604.BV017669802 |
illustrated | Illustrated |
indexdate | 2024-07-09T19:20:34Z |
institution | BVB |
isbn | 0321189566 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-010625630 |
oclc_num | 52377603 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-29T DE-91 DE-BY-TUM DE-859 DE-703 DE-384 DE-Eb1 DE-634 DE-83 DE-11 DE-2070s |
owner_facet | DE-91G DE-BY-TUM DE-29T DE-91 DE-BY-TUM DE-859 DE-703 DE-384 DE-Eb1 DE-634 DE-83 DE-11 DE-2070s |
physical | XXVII, 983, 22 S. Ill. |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Pearson, Addison-Wesley |
record_format | marc |
spelling | Date, Chris J. 1941- Verfasser (DE-588)120054884 aut An introduction to database systems C. J. Date Database systems 8. ed., internat. ed. Boston ; Munich [u.a.] Pearson, Addison-Wesley 2004 XXVII, 983, 22 S. Ill. txt rdacontent n rdamedia nc rdacarrier Bases de données - Gestion Database management Datenmodell (DE-588)4192516-6 gnd rswk-swf Datenbanksystem (DE-588)4113276-2 gnd rswk-swf Datenbank (DE-588)4011119-2 gnd rswk-swf System (DE-588)4058801-4 gnd rswk-swf Grundlage (DE-588)4158388-7 gnd rswk-swf Datenstruktur (DE-588)4011146-5 gnd rswk-swf Datenbank (DE-588)4011119-2 s DE-604 Datenbanksystem (DE-588)4113276-2 s Datenmodell (DE-588)4192516-6 s Datenstruktur (DE-588)4011146-5 s Grundlage (DE-588)4158388-7 s System (DE-588)4058801-4 s 1\p DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010625630&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 | Date, Chris J. 1941- An introduction to database systems Bases de données - Gestion Database management Datenmodell (DE-588)4192516-6 gnd Datenbanksystem (DE-588)4113276-2 gnd Datenbank (DE-588)4011119-2 gnd System (DE-588)4058801-4 gnd Grundlage (DE-588)4158388-7 gnd Datenstruktur (DE-588)4011146-5 gnd |
subject_GND | (DE-588)4192516-6 (DE-588)4113276-2 (DE-588)4011119-2 (DE-588)4058801-4 (DE-588)4158388-7 (DE-588)4011146-5 |
title | An introduction to database systems |
title_alt | Database systems |
title_auth | An introduction to database systems |
title_exact_search | An introduction to database systems |
title_full | An introduction to database systems C. J. Date |
title_fullStr | An introduction to database systems C. J. Date |
title_full_unstemmed | An introduction to database systems C. J. Date |
title_short | An introduction to database systems |
title_sort | an introduction to database systems |
topic | Bases de données - Gestion Database management Datenmodell (DE-588)4192516-6 gnd Datenbanksystem (DE-588)4113276-2 gnd Datenbank (DE-588)4011119-2 gnd System (DE-588)4058801-4 gnd Grundlage (DE-588)4158388-7 gnd Datenstruktur (DE-588)4011146-5 gnd |
topic_facet | Bases de données - Gestion Database management Datenmodell Datenbanksystem Datenbank System Grundlage Datenstruktur |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010625630&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT datechrisj anintroductiontodatabasesystems AT datechrisj databasesystems |