Database software Books

117 products


  • Oracle Identity and Access Manager 11g for Administrators

    Packt Publishing Limited Oracle Identity and Access Manager 11g for Administrators

    15 in stock

    15 in stock

    £36.99

  • Oracle APEX Best Practices

    Packt Publishing Limited Oracle APEX Best Practices

    15 in stock

    15 in stock

    £39.99

  • Managing Multimedia and Unstructured Data in the Oracle Database

    15 in stock

    £44.64

  • OCR Level 2 ITQ - Unit 19 - Database Software

    CiA Training Ltd OCR Level 2 ITQ - Unit 19 - Database Software

    Out of stock

    Book Synopsis

    Out of stock

    £13.50

  • DB2 for the COBOL Programmer Part 1: Covers

    Mike Murach & Associates Inc. DB2 for the COBOL Programmer Part 1: Covers

    Out of stock

    Book Synopsis

    Out of stock

    £36.79

  • Brad's Sure Guide to SQL Server Maintenance Plans

    15 in stock

    £17.99

  • Troubleshooting SQL Server - A Guide for the Accidental DBA

    15 in stock

    £17.99

  • Murach's  SQL Server 2019 for Developers

    Mike Murach & Associates Inc. Murach's SQL Server 2019 for Developers

    2 in stock

    Book Synopsis

    2 in stock

    £45.74

  • Murach's SQL Server 2022 for Developers

    Mike Murach & Associates Inc. Murach's SQL Server 2022 for Developers

    2 in stock

    Book Synopsis

    2 in stock

    £45.74

  • Access for Beginners

    M.L. Humphrey Access for Beginners

    Out of stock

    Book Synopsis

    Out of stock

    £999.99

  • Access Essentials

    M.L. Humphrey Access Essentials

    Out of stock

    Book Synopsis

    Out of stock

    £999.99

  • SQL and NoSQL Databases: Modeling, Languages,

    Springer International Publishing AG SQL and NoSQL Databases: Modeling, Languages,

    Out of stock

    Book SynopsisThis textbook offers a comprehensive introduction to relational (SQL) and non-relational (NoSQL) databases. The authors thoroughly review the current state of database tools and techniques and examine upcoming innovations.In the first five chapters, the authors analyze in detail the management, modeling, languages, security, and architecture of relational databases, graph databases, and document databases. Moreover, an overview of other SQL- and NoSQL-based database approaches is provided. In addition to classic concepts such as the entity and relationship model and its mapping in SQL database schemas, query languages or transaction management, other aspects for NoSQL databases such as non-relational data models, document and graph query languages (MQL, Cypher), the Map/Reduce procedure, distribution options (sharding, replication) or the CAP theorem (Consistency, Availability, Partition Tolerance) are explained.This 2nd English edition offers a new in-depth introduction to document databases with a method for modeling document structures, an overview of the document-oriented MongoDB query language MQL as well as security and architecture aspects. The topic of database security is newly introduced as a separate chapter and analyzed in detail with regard to data protection, integrity, and transactions. Texts on data management, database programming, and data warehousing and data lakes have been updated. In addition, the book now explains the concepts of JSON, JSON schema, BSON, index-free neighborhood, cloud databases, search engines and time series databases.The book includes more than 100 tables, examples and illustrations, and each chapter offers a list of resources for further reading. It conveys an in-depth comparison of relational and non-relational approaches and shows how to undertake development for big data applications. This way, it benefits students and practitioners working across the broad field of data science and applied information technology.Table of Contents- 1. Database Management. - 2. Database Modeling. - 3. Database Languages. - 4. Database Security. - 5. System Architecture. - 6. Post-relational Databases. - 7. NoSQL Databases.

    Out of stock

    £49.49

  • Practical ASP

    BPB Publications Practical ASP

    1 in stock

    Book Synopsis

    1 in stock

    £13.49

  • BPB Publications Understanding Oracle

    1 in stock

    Book Synopsis

    1 in stock

    £11.24

  • SQL Server Interview Questions

    BPB Publications SQL Server Interview Questions

    1 in stock

    Book Synopsis

    1 in stock

    £14.99

  • BPB Publications Flash 8 Game Developing Hand Book

    1 in stock

    Book Synopsis

    1 in stock

    £7.49

  • Certified Kubernetes Application Developer (CKAD)

    BPB Publications Certified Kubernetes Application Developer (CKAD)

    1 in stock

    Book Synopsis

    1 in stock

    £30.78

  • Querying Databricks with Spark SQL: Leverage SQL

    BPB Publications Querying Databricks with Spark SQL: Leverage SQL

    Out of stock

    Book Synopsis

    Out of stock

    £31.34

  • Mastering Amazon Relational Database Service for

    BPB Publications Mastering Amazon Relational Database Service for

    1 in stock

    Book SynopsisThis book is a valuable resource as a practical guide for professionals involved in managing Amazon Relational Database Service (RDS) instances. The book covers the fundamentals of Amazon RDS, configuration best practices, and optimizing performance. With MySQL databases, it explores essential components, AWS Regions, and Availability Zones. Readers will benefit from the detailed discussions on managing and maintaining Amazon RDS MySQL instances, covering topics like stopping and starting DB instances, optimizing settings, handling maintenance updates, and understanding the nuances of reboots. The book emphasizes security considerations and provides a comprehensive guide to storage management, encryption options, backup strategies, and cost optimization. The later chapters delve into advanced topics such as creating and connecting to MySQL databases on Amazon RDS, managing Multi-AZ MySQL DB clusters, and upgrading AWS RDS MySQL.

    1 in stock

    £30.39

  • Power of Oracle 9i

    Laxmi Publications Power of Oracle 9i

    1 in stock

    Book Synopsis

    1 in stock

    £22.88

  • PostgreSQL Query Optimization: The Ultimate Guide to Building Efficient Queries

    Springer-Verlag Berlin and Heidelberg GmbH & Co. KG PostgreSQL Query Optimization: The Ultimate Guide to Building Efficient Queries

    10 in stock

    Book SynopsisWrite optimized queries. This book helps you write queries that perform fast and deliver results on time. You will learn that query optimization is not a dark art practiced by a small, secretive cabal of sorcerers. Any motivated professional can learn to write efficient queries from the get-go and capably optimize existing queries. You will learn to look at the process of writing a query from the database engine’s point of view, and know how to think like the database optimizer. The book begins with a discussion of what a performant system is and progresses to measuring performance and setting performance goals. It introduces different classes of queries and optimization techniques suitable to each, such as the use of indexes and specific join algorithms. You will learn to read and understand query execution plans along with techniques for influencing those plans for better performance. The book also covers advanced topics such as the use of functions and procedures, dynamic SQL, and generated queries. All of these techniques are then used together to produce performant applications, avoiding the pitfalls of object-relational mappers.This second edition includes new examples using Postgres 15 and the newest version of the PostgresAir database. It includes additional details and clarifications about advanced topics, and covers configuration parameters in greater depth. Finally, it makes use of advancements in NORM, using automatically generated functions. What You Will Learn Identify optimization goals in OLTP and OLAP systems Read and understand PostgreSQL execution plans Distinguish between short queries and long queries Choose the right optimization technique for each query type Identify indexes that will improve query performance Optimize full table scans Avoid the pitfalls of object-relational mapping systems Optimize the entire application rather than just database queries Who This Book Is ForIT professionals working in PostgreSQL who want to develop performant and scalable applications, anyone whose job title contains the words “database developer” or “database administrator" or who is a backend developer charged with programming database calls, and system architects involved in the overall design of application systems running against a PostgreSQL databaseTable of Contents1. Why Optimize?2. Theory - Yes, We Need It!3. Even More Theory Algorithms4. Understanding Execution Plans5. Short Queries and Indexes6. Long Queries and Full Scans7. Long Queries: Additional Techniques8. Optimizing Data Modification9. Design Matters10. Application Development and Performance11. Functions12. Dynamic SQL13. Avoiding the Pitfalls of Object-Relational Mapping14. More Complex Filtering and Search15. Ultimate Optimization Algorithm16. Conclusion

    10 in stock

    £35.99

© 2026 Book Curl

    • American Express
    • Apple Pay
    • Diners Club
    • Discover
    • Google Pay
    • Maestro
    • Mastercard
    • PayPal
    • Shop Pay
    • Union Pay
    • Visa

    Login

    Forgot your password?

    Don't have an account yet?
    Create account