1 - 20
Next
- Singapore : Springer ; Beijing : Posts & Telecom Press, [2023]
- Description
- Book — 1 online resource (xiii, 314 pages) : illustrations
- Summary
-
- Chapter 1 Introduction to Database 11.1 Overview of database technology 21.1.1 Data 21.1.2 Records 31.1.3 Databases 31.1.4 Database management systems 41.1.5 Database systems 51.2 Development history of database technology 51.2.1 The emergence and development of database technology 51.2.2 Comparison of the three stages of data management 61.2.5 Hierarchical model, network model and relational model 81.2.6 Structured Query Language 111.2.7 Characteristics of relational database 121.2.8 History review of relational database products 121.2.9 Other data models 141.2.10 New challenges in data management technology 151.2.11 NoSQL database 161.2.12 NewSQL 181.2.13 Database ranking 191.3 Architecture of relational database 191.3.1 Development of database architecture 191.3.2 Standalone architecture 201.3.3 Packet architecture - active/standby 211.3.4 Packet architecture - master/slave 221.3.5 Packet architecture - master/master 221.3.6 Shared storage multi-site architecture 231.3.7 Sharding architecture 241.3.8 Non-sharing architecture 241.3.9 Massively parallel processing architecture 251.3.10 Comparison of the characteristics of database architecture 261.4 Main stream application scenarios of relational database 271.4.1 Online transaction processing 271.4.2 Online analytical processing 271.4.3 Measurement indicators of database performance 281.5 Summary of the chapter 291.6 Exercises 30
- Chapter 2 Database Fundamentals 312.1 Introduction to database management 322.1.1 Database management and its scope of work 322.1.2 Object management 332.1.3 Backup and recovery management 342.1.4 Security management 382.1.5 Performance management 412.1.6 Operation and maintenance management 432.2 Important concepts of database 462.2.1 Database and cases of database 462.2.2 Database connection and session 472.2.3 Schema 482.2.4 Tablespace 492.2.5 Table 502.2.6 How tables are stored 512.2.7 Partition 522.2.8 Data distribution 542.2.9 Data types 552.2.10 View 572.2.11 Index 582.2.12 Constraints 592.2.13 Transaction 612.4 Exercises 66
- Chapter 3 Introduction to SQL Syntax...673.1 Overview of SQL statement 683.1.1 Introduction to SQL statement 683.1.2 Comprehensive application of SQL statement 693.2 Data types 693.2.1 Common data types 703.2.2 Uncommon data types 723.2.3 Cases of data types 723.3 System functions 733.3.1 Numeric computation functions 733.3.2 Character handling functions 753.3.3 Date and time functions 783.3.4 Type conversion functions 803.3.5 System information functions 813.4 Operators 813.4.1 Logical operators 823.4.2 Comparison operators 833.4.3 Arithmetic operators 833.4.4 Test operators 843.4.5 Other operators 863.5 Summary 863.6 Exercises 86
- Chapter 4 Classification of SQL Syntax...884.1 Data queries 894.1.1 Simple queries 894.1.2 Remove duplicate values 904.1.3 Query column selection 904.1.4 Conditional queries 924.1.5 Join queries 954.1.6 Subqueries 994.1.7 Merge result set 1004.1.8 Differential result set 1024.1.9 Data packet 1024.1.10 Data sorting 1044.1.11 Data limit 1054.2 Data update 1054.2.1 Data insertion 1054.2.2 Data modification 1074.2.3 Data deletion 1084.3 Data definition 1104.3.1 Database objects 1104.3.2 Create a table 1104.3.3 Modify table properties 1124.3.4 Delete a table 1134.3.5 Index 1134.3.6 View 1164.4 Data control 1184.4.1 Transaction control 1184.4.2 Commit a transaction 1184.4.3 Rollback transaction 1184.4.4 Transaction savepoints 1194.5 Other 1204.5.1 The show command 1204.5.2 The set command 1214.6 Summary of the chapter 1224.7 Exercises 122
- Chapter 5 Database Security Fundamentals 1255.1 Overview of data base security features 1265.1.1 Overview of database security management 1265.1.2 Database security framework 1265.1.3 Overview of database security features 1265.2 Access control 1275.2.1 Overview of IAM 1275.2.2 IAM features 1275.2.3 IAM authorization 1295.2.4 Relationship between IAM and GaussDB (for MySQL) application 1295.2.5 Process of IAM using GaussDB (for MySQL) 1305.2.6 Detailed explanation of SSL 1305.3 User permission control 1315.3.1 Concepts of permission 1315.3.2 Users 1325.3.3 Modification of users 1335.3.4 Deletion of users 1345.3.5 Roles 1345.3.6 Authorization 1355.3.7 Permission revocation 1375.4 CTS auditing 1385.4.1 Overview of CTS auditing 1385.4.2 Key operations to support the auditing 1395.5 Summary of the chapter 1405.6 Exercises 140
- Chapter 6 Database Development Environment 1416.1 GaussDB database drivers 1426.1.1 Introduction to the concept of drivers 1426.1.2 JDBC 1426.1.3 ODBC 1456.1.4 Others 1506.2 Database tools 1526.2.1 DDM 1526.2.2 DRS 1576.2.3 DAS 1626.3 Client tools 1706.3.1 zsql 1706.2.2 gsql 1786.2.3 Data Studio 1806.2.4 MySQL Workbench 1826.3 Summary of the chapter 1836.4 Exercises 183
- Chapter 7 Database Design Fundamentals 1857.1 Overview of database design 1867.1.1 Difficulties in database design 1867.1.2 Goals of database design 1867.1.3 Methods of database design 1877.2 Requirement analysis 1877.2.1 Significance of requirement analysis 1877.2.2 Tasks of requirement analysis phase 1887.2.3 Methodology of requirement analysis phase 1887.2.4 Data dictionary 1897.3 Conceptual design 1897.3.1 Conceptual design and conceptual models 1897.3.2 E-R methodology 1907.4 Logical design 1917.4.1 Logical design and logical models 1917.4.2 IDEF1X method 1927.4.3 Entities and properties in the logical model 1927.4.4 Normal Form 1977.4.5 Notes for logical design 2037.5 Physical design 2037.5.1 Physical design and physical models 2037.5.2 Denormalization of physical models 2047.5.3 Maintain data integrity 2077.5.4 Establish a physicalized naming convention 2077.5.5 Physicalization of tables and fields 2087.5.6 Use modelling software 2107.5.7 Outputs of physical models 2117.6 Cases of database design 2117.6.1 Scenario descriptions 2117.6.2 Regularization 2117.6.3 Data types and lengths 2147.6.4 Denormalization 2157.6.5 Index selection 2167.7 Summary 2167.8 Exercises 217
- Chapter 8 Introduction to Huawei Database Product GaussDB 2198.1 Overview of GaussDB database 2208.1.1 GaussDB database family 2208.1.2 Typical enterprise OLTP and OLAP databases 2218.2 Introduction to relational database products 2218.2.1 GaussDB (for MySQL) 2218.2.2 GaussDB (openGauss) 2288.2.3 GaussDB (DWS) 2308.2.4 Data Studio 2348.3 Introduction to NoSQL database products 2368.3.1 GaussDB (for Mongo) 2368.3.2 GaussDB (for Cassandra) 2388.4 Summary of the chapter 2398.5 Exercises 239.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Domdouzis, Konstantinos, author.
- Second edition / Konstantinos Domdouzis, Peter Lake, Paul Crowther. - Cham : Springer, [2021]
- Description
- Book — 1 online resource : illustrations Digital: text file.PDF.
- Summary
-
- 1. Data: An Organisational Asset.-
- 2. A History of Databases.-
- 3. Physical Storage and Distribution.-
- 4. Relational Databases.-
- 5. NoSQL Databases.-
- 6. Big Data.-
- 7. Object and Object-Relational Databases.-
- 8. In-Memory Databases.-
- 9. Hierarchical Databases.-
- 10. Distributed Databases.-
- 11. Graph Databases.-
- 12. Database Scalability.-
- 13. Database Availability.-
- 14. Database Performance.-
- 15. Security.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Lake, Peter, author.
- London : Springer, 2013.
- Description
- Book — 1 online resource (xix, 307 pages) : illustrations Digital: text file.PDF.
- Summary
-
- Part I: Databases in Context
- Data: An Organisational Asset
- The History of Databases
- Physical Storage and Distribution
- Part II: Database Types
- Relational: The Start of the Modern Era in Databases
- NoSQL: Column-Based and Document-Based Databases
- Big Data
- Object and Object-Relational
- In-Memory Databases
- Part III: What Database Professionals Worry About
- Scalability
- Availability
- Performance
- Security.
- Redmond, Eric.
- Dallas, Tex. : Pragmatic Bookshelf, 2012.
- Description
- Book — xiii, 333 p. : ill. ; 23 cm.
- Summary
-
- Introduction
- PostgreSQL
- Riak
- HBase
- MongoDB
- CouchDB
- Neo4J
- Redis
- Wrapping up
- Appendixes. Database overview tables
- The CAP theorem.
(source: Nielsen Book Data)
Engineering Library (Terman)
Engineering Library (Terman) | Status |
---|---|
Stacks | |
QA76.9 .D32 R43 2012 | Unknown |
- Singh, S. K.
- New Delhi, India : Dorling Kindersley (India), ©2006.
- Description
- Book — 1 online resource (xxvi, 866 pages) : illustrations
- Description
- Book
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
133378 | Available |
- Beier, Joy.
- Version 2.0. - [Greenbelt, Md.] : National Space Science Data Center ; [Springfield, Va. : For sale by the National Technical Information Service, 1992]
- Description
- Book — 1 v.
- Online
Green Library
Green Library | Status |
---|---|
Find it US Federal Documents | |
NAS 1.15:107994 | Unknown |
- [2a ed.]. - Madrid : Consejo Superior de Investigaciones Científicas, 1985.
- Description
- Book — ix, 215 p. : ill. ; 28 cm.
- Online
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
QA76.9 .D32 B37 1985 | Available |
9. Data bases, expert systems, and Prolog [1983]
- Description
- Book
- Online
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
018074 | Available |
- 珍藏數位工作研討會論文集
- Zhen cang shu wei gong zuo yan tao hui (July 23, 2005 : Taipei, Taiwan)
- 珍藏數位工作研討會 (July 23, 2005 : Taipei, Taiwan)
- Chu ban. 初版. - Taibei Shi : Zhong yang yan jiu yuan li shi yu yan yan jiu suo Min guo 94 [2005] 台北市南港區 : 中央研究院歷史語言研究所, 民國94 [2005]
- Description
- Book — 129 p. : ill. ; 30 cm.
- Online
East Asia Library
East Asia Library | Status |
---|---|
Find it Chinese collection | |
DS702 .Z45 2005 | Unknown |
- DASFAA (Conference : Database systems) (24th : 2019 : Chiang Mai, Thailand)
- Cham, Switzerland : Springer, [2019]
- Description
- Book — 1 online resource
- Summary
-
- Machine Learning.- An Approach Based on Bayesian Networks for Query Selectivity Estimation.- An Exploration of Cross-Modal Retrieval for Unseen Concepts.- Continuous Patient-centric Sequence Generation via Sequentially Coupled Adversarial Learning.- DMMAM: A Deep Multi-source Multi-task Attention Model for Intensive Care Unit Diagnosis.- Learning k-Occurrence Regular Expressions with Interleaving.- Learning from User Social Relation for Document Sentiment Classification.- Reinforcement Learning to Diversify Recommendations.- Retweeting Prediction using Matrix Factorization with Binomial Distribution and Contextual Information.- Sparse Gradient Compression for Distributed SGD.- STDR: A Deep Learning Method for Travel Time Estimation.- Using Fractional Latent Topic to Enhance Recurrent Neural Network in Text Similarity Modeling.- Efficiently Mining Maximal Diverse Frequent Itemsets.- Privacy and Graph.- Efficient Local Search for Minimum Dominating Sets in Large Graphs.- Multi-level Graph Compression for Fast Reachability Detection.- Multiple Privacy Regimes Mechanism For Local Differential Privacy.- Privacy Preserving Elastic Stream Processing with Clouds using Homomorphic Encryption.- Select the Best for Me: Privacy-preserving Polynomial Evaluation Algorithm over Road Network.- Recommendation.- AdaCML: Adaptive Collaborative Metric Learning for Recommendation.- Adaptive Attention-Aware Gated Recurrent Unit for Sequential Recommendation.- Attention and Convolution Enhanced Memory Network for Sequential Recommendation.- Attention-based Neural Tag Recommender System.- Density Matrix based Preference Evolution Networks for E-commerce Recommendation.- Multi-Source Multi-Net Micro-Video Recommendation with Hidden Item Category Discovery.- Incorporating Task-oriented Representation in Text Classification.- Music Playlist Recommendation with Long Short-Term Memory.- Online Collaborative Filtering with Implicit Feedback.- Subspace Ensemble-based Neighbor User Searching for Neighborhood-based Collaborative Filtering.- Towards Both Local and Global Query Result Diversification.- Social Network.- Structured Spectral Clustering of PurTree Data.- Dynamic stochastic block model with scale-free characteristic for temporal complex networks.- In Good Company: Efficient Retrieval of the Top-k Most Relevant Event-Partner Pairs.- Local Experts Finding across Multiple Social Networks.- SBRNE: An Improved Unified Framework for Social and Behavior Recommendations with Network Embedding.- User Intention-based Document Summarization on Heterogeneous Sentence Networks.- Spatial.- A Hierarchical Index Structure for Region-aware Spatial Keyword Search with Edit Distance Constraint.- Collective POI Querying Based on Multiple Keywords and User Preference.- DPSCAN: Structural Graph Clustering Based on Density Peaks.- Efficient Processing of Spatial Group Preference Queries.- Reverse-Auction-Based Competitive Order Assignment for Mobile Taxi-Hailing Systems.- Top-k Spatio-Topic Query on Social Media Data.- Spatio-temporal.- A Frequency-aware Spatio-Temporal Network for Traffic Flow Prediction.- Efficient Algorithms for Solving Aggregate Keyword Routing Problems.- Perceiving Topic Bubbles: Local Topic Detection in Spatio-temporal Tweet Stream.- Real-Time Route Planning and Online Order Dispatch for Bus-Booking Platforms.- STL: Online Detection of Taxi Trajectory Anomaly based on Spatial-Temporal Laws.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- DASFAA (Conference : Database systems) (16th : 2011 : Hong Kong, China)
- Berlin : Springer, c2011.
- Description
- Book — 2 v. : ill., col. maps.
- Summary
-
This two volume set LNCS 6587 and LNCS 6588 constitutes the refereed proceedings of the 16th International Conference on Database Systems for Advanced Applications, DASFAA 2011, held in Saarbrucken, Germany, in April 2010. The 53 revised full papers and 12 revised short papers presented together with 2 invited keynote papers, 22 demonstration papers, 4 industrial papers, 8 demo papers, and the abstract of 1 panel discussion, were carefully reviewed and selected from a total of 225 submissions. The topics covered are social network, social network and privacy, data mining, probability and uncertainty, stream processing, graph, XML, XML and graph, similarity, searching and digital preservation, spatial queries, query processing, as well as indexing and high performance.
(source: Nielsen Book Data)
- British National Conference on Databases (22nd : 2005 : Sunderland, Tyne and Wear, England)
- Berlin : Springer, 2005.
- Description
- Book — xii, 184 p. : ill. (some col.).
- British National Conference on Databases (21st : 2004 : Edinburgh, Scotland)
- Berlin ; New York : Springer, 2004.
- Description
- Book — xii, 264 p. : fig., tab. ; 24 cm.
- Summary
-
This book constitutes the refereed proceedings of the 21st British National Conference on Databases, BNCOD 2004, held in Edinburgh, Scotland, UK in July 2004.The 21 revised full papers presented together with an invited paper and the abstract of an invited talk were carefully reviewed and selected from more than 70 submissions. The papers are organized in topical sections on data streams, integration and heterogeneity, data analytics and manipulation, XML, interfaces and visualization, spatial data, and TLAD workshop papers.
(source: Nielsen Book Data)
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
QA76.9 .D3 B75 2004 | Available |
- Paris : Organisation for Economic Co-operation and Development, c1993.
- Description
- Book — 213 p. : ill. ; 23 cm.
- Online
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
HD9696 .D362 E26 1993 | Available |
- Brodie, Michael L., editor, author.
- First edition. - [New York] : Association for Computing Machinery ; [San Rafael, California] : Morgan & Claypool, 2019.
- Description
- Book — 1 PDF (xxxiv, 696 pages) : illustrations.
- Summary
-
- Data Management Technology Kairometer: The Historical Context Foreword Preface Introduction PART I 2014 ACM A.M. TURING AWARD PAPER AND LECTURE The Land Sharks Are on the Squawk Box PART II MIKE STONEBRAKER'S CAREER 1. Make it Happen: The Life of Michael Stonebraker PART III MIKE STONEBRAKER SPEAKS OUT: AN INTERVIEW WITH MARIANNE WINSLETT 2. Mike Stonebraker Speaks Out: An Interview PART IV THE BIG PICTURE 3. Leadership and Advocacy 4. Perspectives: The 2014 ACM Turing Award 5. Birth of an Industry: Path to the Turing Award 6. A Perspective of Mike from a 50-Year Vantage Point PART V STARTUPS 7. How to Start a Company in Five (Not So) Easy Steps 8. How to Create and Run a Stonebraker Startup
- The Real Story 9. Getting Grownups in the Room: A VC Perspective PART VI DATABASE SYSTEMS RESEARCH 10. Where Good Ideas Come From and How to Exploit Them 11. Where We Have Failed 12. Stonebraker and Open Source 13. The Relational Database Management Systems Genealogy PART VII CONTRIBUTIONS BY SYSTEM 14. Research Contributions of Mike Stonebraker: An Overview PART VII.A RESEARCH CONTRIBUTIONS BY SYSTEM 15. The Later Ingres Years 16. Looking Back at Postgres 17. Databases Meet the Stream Processing Era 18. C-Store: Through the Eyes of a Ph.D. Student 19. In-Memory, Horizontal, and Transactional: The H-Store OLTP DBMS Project 20. Scaling Mountains: SciDB and Scientific Data Management 21. Data Unification at Scale: Data Tamer 22. The BigDAWG Polystore System 23. Data Civilizer: End-to-End Support for Data Discovery, Integration, and Cleaning PART VII.B CONTRIBUTIONS FROM BUILDING SYSTEMS 24. The Commercial Ingres Codeline 25. The Postgres and Illustra Codelines 26. The Aurora/Borealis/SteamBase Codelines: A Tale of Three Systems 27. The Vertica Codeline 28. The VoltDB Codeline 29. The SciDB Codeline: Crossing the Chasm 30. The Tamr Codeline 31. The BigDAWG Codeline PART VIII PERSPECTIVES 32. IBM Relational Database Code Bases 33. Aurum: A Story about Research Taste 34. Nice: Or What It Was Like to Be Mike's Student 35. Michael Stonebraker: Competitor, Collaborator, Friend 36. The Changing of the Database Guard PART IX SEMINAL WORKS OF MICHAEL STONEBRAKER AND HIS COLLABORATORS OTLP Through the Looking Glass, and What We Found There ""One Size Fits All"": An Idea Whose Time Has Come and Gone The End of an Architectural Era (It's Time for a Complete Rewrite) C-Store: A Column-Oriented DBMS The Implementation of POSTGRES The Design and Implementation of INGRES The Collected Works of Michael Stonebraker References Index Biographies.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
17. Calidad de datos [2018]
- Muñoz-Reja, Ismael Caballero.
- Madrid : RA-MA Editorial, 2018.
- Description
- Book — 1 online resource (193 pages)
- Summary
-
- CALIDAD DE DATOS; PÁGINA LEGAL; ÍNDICE; PRÓLOGO; PREFACIO; 1 FUNDAMENTOS DE LA CALIDAD DE DATOS; 1.1 CALIDAD DE DATOS; 1.2 DATO, INFORMACIÓN, CONOCIMIENTO; 1.3 CICLO DE VIDA; 1.4 CAUSAS DE PROBLEMAS DERIVADOS DE NIVELES; 1.5 GOBIERNO VS. GESTIÓN DE DATOS; 1.6 LECTURAS RECOMENDADAS; 1.7 SITIOS WEB; 2 DATOS MAESTROS; 2.1 INTRODUCCIÓN A LOS DATOS; 2.2 GESTIÓN DE DATOS; 2.3 RESOLUCIÓN DE ENTIDADES; 2.4 ARQUITECTURA; 2.5 PRINCIPIOS DE LA ARQUITECTURA; 2.6 MODELO DE MADUREZ; 2.7 ESTÁNDARES PARA DATOS; 2.8 SOLUCIONES COMERCIALES; 2.9 LECTURAS RECOMENDADAS; 2.10 SITIOS WEB
- 3 CALIDAD DE PROCESOS DE DATOS3.1 DAMA DMBOK: DATA MANAGEMENT; 3.2 MODELO; 3.3 DATA MANAGEMENT; 3.4 MODELO DE IBM; 3.5 MODELO DE GARTNER DE GESTIÓN; 3.6 TQDM; 3.8 MODELO MAMD; 3.9 LECTURAS RECOMENDADAS; 3.10 SITIOS WEB; 4 CALIDAD DE REPOSITORIOS; 4.1 MODELO DE CALIDAD; 4.2 MEDIDAS DE CALIDAD; 4.3 PROCESO DE EVALUACIÓN; 4.4 CERTIFICACIÓN DE LA CALIDAD; 4.5 EJEMPLOS DE CERTIFICACIÓN; 4.6 LECTURAS RECOMENDADAS; 4.7 SITIOS WEB; 5 MONETIZACIÓN DE LOS DATOS; 5.1 INTRODUCCIÓN; 5.2 CARACTERÍSTICAS ESPECIALES; 5.3 APROXIMACIONES A LA VALORACIÓN; 5.4 VALOR DE LOS; 5.5 INFONOMÍA
- 5.6 LECTURAS RECOMENDADASANEXO I; ACRÓNIMOS; BIBLIOGRAFÍA
- Hölscher, Lorenz.
- Unterschleissheim [Germany] : Microsoft Press, [2013]
- Description
- Book — 1 online resource (450 pages) : color illustrations
- Summary
-
Erstellen Sie Desktop- und Webdatenbanken mit Access 2013 - für Einsteiger und ohne Programmierung.
19. Directorio de bases de datos : II Coloquio Nacional "Bases de Datos y Realidad Ecuatoriana". [1996]
- Coloquio Nacional "Bases de Datos y Realidad Ecuatoriana" (2nd : 1996 : Quito, Ecuador)
- Quito, Ecuador : CEPEIGE : PUCE, 1996.
- Description
- Book — 89 p. ; 25 cm.
- Online
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
Z699.22 .C62 1996 | Available |
- Barberena Blásquez, Elsa.
- 1. ed. - México, D.F. : Universidad Nacional Autónoma de México, Facultad de Filosofía y Letras, 1992.
- Description
- Book — 144 p. ; 27 cm.
- Online
SAL3 (off-campus storage)
SAL3 (off-campus storage) | Status |
---|---|
Stacks | Request (opens in new tab) |
QA76.9 .D32 B37 1992 | Available |
Articles+
Journal articles, e-books, & other e-resources
Guides
Course- and topic-based guides to collections, tools, and services.