0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (5)
  • R250 - R500 (42)
  • R500+ (465)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Database software > General

PostgreSQL 14 Administration Cookbook - Over 175 proven recipes for database administrators to manage enterprise databases... PostgreSQL 14 Administration Cookbook - Over 175 proven recipes for database administrators to manage enterprise databases effectively (Paperback)
Simon Riggs, Gianni Ciolli
R1,389 Discovery Miles 13 890 Ships in 18 - 22 working days

Administer, monitor, and replicate your PostgreSQL 14 database for efficient database management and maintenance Key Features Troubleshoot and tackle any administration and management problems in PostgreSQL 14 Find expert techniques for monitoring, fine-tuning, and securing your database Adopt efficient replication for high availability with PostgreSQL 14 Book DescriptionPostgreSQL is a powerful, open-source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 14 allows you to scale up your PostgreSQL infrastructure. With this book, you'll take a step-by-step, recipe-based approach to effective PostgreSQL administration. This book will get you up and running with all the latest features of PostgreSQL 14 while helping you explore the entire database ecosystem. You'll learn how to tackle a variety of problems and pain points you may face as a database administrator such as creating tables, managing views, improving performance, and securing your database. As you make progress, the book will draw attention to important topics such as monitoring roles, validating backups, regular maintenance, and recovery of your PostgreSQL 14 database. This will help you understand roles, ensuring high availability, concurrency, and replication. Along with updated recipes, this book touches upon important areas like using generated columns, TOAST compression, PostgreSQL on the cloud, and much more. By the end of this PostgreSQL book, you'll have gained the knowledge you need to manage your PostgreSQL 14 database efficiently, both in the cloud and on-premise. What you will learn Plan, manage, and maintain PostgreSQL databases in production Work with the newly introduced features of PostgreSQL 14 Use pgAdmin or OmniDB to perform database administrator (DBA) tasks Use psql to write accurate and repeatable scripts Understand how to tackle real-world data issues with the help of examples Select and implement robust backup and recovery techniques in PostgreSQL 14 Deploy best practices for planning and designing live databases Who this book is forThis Postgres 14 book is for database administrators, data architects, database developers, and anyone with an interest in planning and running live production databases using PostgreSQL 14. Those looking for hands-on solutions to any problem associated with PostgreSQL 14 administration will also find this book useful. Some experience with handling PostgreSQL databases will help you to make the most out of this book, however, it is a useful resource even if you are just beginning your Postgres journey.

Asian Economic Integration Report 2022 - Advancing Digital Services Trade in Asia and the Pacific (Paperback): Asian... Asian Economic Integration Report 2022 - Advancing Digital Services Trade in Asia and the Pacific (Paperback)
Asian Development Bank
R1,167 Discovery Miles 11 670 Ships in 18 - 22 working days

This report explores how Asia and the Pacific can capitalize on growing opportunities in digital services through structural reforms and international cooperation. Another year into the coronavirus disease (COVID-19) pandemic, the report describes an Asia and Pacific region that has more experience in tackling pandemic hardships, better data showing positive integration trends, and greater confidence in regional cooperation to address shared concerns. The publication gives an overview of changes in trade and global value chains, cross-border investment, financial integration, and the movement of people since the pandemic began.

Access 2019 Intermediate (Paperback): M. L. Humphrey Access 2019 Intermediate (Paperback)
M. L. Humphrey
R416 Discovery Miles 4 160 Ships in 18 - 22 working days
Digital Technologies for Climate Action, Disaster Resilience, and Environmental Sustainability (Paperback): Asian Development... Digital Technologies for Climate Action, Disaster Resilience, and Environmental Sustainability (Paperback)
Asian Development Bank
R785 Discovery Miles 7 850 Ships in 18 - 22 working days

This publication aims to inform and influence the strategic deployment of digital technologies in developing Asia to help tackle climate change, build climate and disaster resilience, and enhance environmental sustainability. It provides an overview of the available technology types and their applications and assesses opportunities and barriers for their uptake. The publication provides insights on how digital technologies can be operationalized in the Asian Development Bank's developing member countries, including to support nationally determined contributions and green recovery efforts.

Business Database Technology (2nd Edition) - Theories and Design Process of Relational Databases, SQL, Introduction to OLAP,... Business Database Technology (2nd Edition) - Theories and Design Process of Relational Databases, SQL, Introduction to OLAP, Overview of NoSQL Databases (Paperback, 2nd Updated and Revised ed.)
Shouhong Wang, Hai Wang
R1,123 Discovery Miles 11 230 Ships in 18 - 22 working days
Hta + Vbcript + Microsoft.Jet.Oledb.40 = Your Time Being Saved Writing HTML - Judge this book by it's cover fellow... Hta + Vbcript + Microsoft.Jet.Oledb.40 = Your Time Being Saved Writing HTML - Judge this book by it's cover fellow programmers (Paperback)
Richard Edwards
R380 Discovery Miles 3 800 Ships in 18 - 22 working days
Database Design and SQL for DB2 (Paperback): James Cooper Database Design and SQL for DB2 (Paperback)
James Cooper
R1,792 R1,469 Discovery Miles 14 690 Save R323 (18%) Ships in 18 - 22 working days

Thorough and updated coverage of database design and SQL for DB2 are the focus of this guide for the relational database-management system used on IBM i computer systems. Suitable for classroom instruction or self-study, this book explains the most widely used database language and the way that language is implemented on a variety of computer platforms. Topics covered include database concepts, SQL inquiries, web applications, and database security, and the material is reinforced by numerous illustrations, examples, and exercises.

Developing Modern Database Applications with PostgreSQL - Use the highly available and object-relational PostgreSQL to build... Developing Modern Database Applications with PostgreSQL - Use the highly available and object-relational PostgreSQL to build scalable and reliable apps (Paperback)
Dr. Quan Ha Le, Marcelo Diaz
R1,216 Discovery Miles 12 160 Ships in 18 - 22 working days

Get up to speed with core PostgreSQL tasks such as database administration, application development, database performance monitoring, and database testing Key Features Build real-world enterprise database management systems using Postgres 12 features Explore the development, administrative and security aspects of PostgreSQL 12 Implement best practices from industry experts to build powerful database applications Book DescriptionPostgreSQL is an open-source object-relational database management system (DBMS) that provides enterprise-level services, including high performance and scalability. This book is a collection of unique projects providing you with a wealth of information relating to administering, monitoring, and testing PostgreSQL. The focus of each project is on both the development and the administrative aspects of PostgreSQL. Starting by exploring development aspects such as database design and its implementation, you'll then cover PostgreSQL administration by understanding PostgreSQL architecture, PostgreSQL performance, and high-availability clusters. Various PostgreSQL projects are explained through current technologies such as DevOps and cloud platforms using programming languages like Python and Node.js. Later, you'll get to grips with the well-known database API tool, PostgREST, before learning how to use popular PostgreSQL database testing frameworks. The book is also packed with essential tips and tricks and common patterns for working seamlessly in a production environment. All the chapters will be explained with the help of a real-world case study on a small banking application for managing ATM locations in a city. By the end of this DBMS book, you'll be proficient in building reliable database solutions as per your organization's needs. What you will learn Set up high availability PostgreSQL database clusters in the same containment, a cross-containment, and on the cloud Monitor the performance of a PostgreSQL database Create automated unit tests and implement test-driven development for a PostgreSQL database Develop PostgreSQL apps on cloud platforms using DevOps with Python and Node.js Write robust APIs for PostgreSQL databases using Python programming, Node.js, and PostgREST Create a geospatial database using PostGIS and PostgreSQL Implement automatic configuration by Ansible and Terraform for Postgres Who this book is forThis PostgreSQL book is for database developers, database administrators, data architects, or anyone who wants to build end-to-end database projects using Postgres. This book will also appeal to software engineers, IT technicians, computer science researchers, and university students who are interested in database development and administration. Some familiarity with PostgreSQL and Linux is required to grasp the concepts covered in the book effectively.

Mastering Access 365 - An Easy Guide to Building Efficient Databases for Managing Your Data (Paperback): Nathan George Mastering Access 365 - An Easy Guide to Building Efficient Databases for Managing Your Data (Paperback)
Nathan George
R793 Discovery Miles 7 930 Ships in 18 - 22 working days
Access Essentials (Paperback): M. L. Humphrey Access Essentials (Paperback)
M. L. Humphrey
R662 Discovery Miles 6 620 Ships in 18 - 22 working days
Learn From Scratch Visual C#.NET with MySQL to Develop Desktop Applications (Paperback): Rismon Hasiholan Sianipar, Vivian... Learn From Scratch Visual C#.NET with MySQL to Develop Desktop Applications (Paperback)
Rismon Hasiholan Sianipar, Vivian Siahaan
R832 Discovery Miles 8 320 Ships in 18 - 22 working days
Excel 2021 - A Crash Course to Master Microsoft Excel 2021 in 7 Day or Less, Learn the Essential Functions, New Features,... Excel 2021 - A Crash Course to Master Microsoft Excel 2021 in 7 Day or Less, Learn the Essential Functions, New Features, Formulas, Tips and Tricks for Beginners (Paperback)
John Henry
R444 R412 Discovery Miles 4 120 Save R32 (7%) Ships in 18 - 22 working days
Visual C# .Net with MySQL - A Definitive Guide to Develop Database-Oriented Desktop Applications (Paperback): Rismon Hasiholan... Visual C# .Net with MySQL - A Definitive Guide to Develop Database-Oriented Desktop Applications (Paperback)
Rismon Hasiholan Sianipar, Vivian Siahaan
R887 Discovery Miles 8 870 Ships in 18 - 22 working days
Up and Running with ClickHouse - Learn and Explore ClickHouse, It's Robust Table Engines for Analytical Tasks, ClickHouse... Up and Running with ClickHouse - Learn and Explore ClickHouse, It's Robust Table Engines for Analytical Tasks, ClickHouse SQL, Integration with External Applications, and Managing the ClickHouse Server (English Edition) (Paperback)
Vijay Anand R
R832 Discovery Miles 8 320 Ships in 18 - 22 working days
SQL Injection Strategies - Practical techniques to secure old vulnerabilities against modern attacks (Paperback): Ettore... SQL Injection Strategies - Practical techniques to secure old vulnerabilities against modern attacks (Paperback)
Ettore Galluccio, Edoardo Caselli, Gabriele Lombari
R939 Discovery Miles 9 390 Ships in 18 - 22 working days

Learn to exploit vulnerable database applications using SQL injection tools and techniques, while understanding how to effectively prevent attacks Key Features Understand SQL injection and its effects on websites and other systems Get hands-on with SQL injection using both manual and automated tools Explore practical tips for various attack and defense strategies relating to SQL injection Book DescriptionSQL injection (SQLi) is probably the most infamous attack that can be unleashed against applications on the internet. SQL Injection Strategies is an end-to-end guide for beginners looking to learn how to perform SQL injection and test the security of web applications, websites, or databases, using both manual and automated techniques. The book serves as both a theoretical and practical guide to take you through the important aspects of SQL injection, both from an attack and a defense perspective. You'll start with a thorough introduction to SQL injection and its impact on websites and systems. Later, the book features steps to configure a virtual environment, so you can try SQL injection techniques safely on your own computer. These tests can be performed not only on web applications but also on web services and mobile applications that can be used for managing IoT environments. Tools such as sqlmap and others are then covered, helping you understand how to use them effectively to perform SQL injection attacks. By the end of this book, you will be well-versed with SQL injection, from both the attack and defense perspective. What you will learn Focus on how to defend against SQL injection attacks Understand web application security Get up and running with a variety of SQL injection concepts Become well-versed with different SQL injection scenarios Discover SQL injection manual attack techniques Delve into SQL injection automated techniques Who this book is forThis book is ideal for penetration testers, ethical hackers, or anyone who wants to learn about SQL injection and the various attack and defense strategies against this web security vulnerability. No prior knowledge of SQL injection is needed to get started with this book.

Asia-Pacific Regional Cooperation and Integration Index - Enhanced Framework, Analysis, and Applications (Paperback): Asian... Asia-Pacific Regional Cooperation and Integration Index - Enhanced Framework, Analysis, and Applications (Paperback)
Asian Development Bank
R905 Discovery Miles 9 050 Ships in 18 - 22 working days

This report discusses the enhanced framework of the Asia-Pacific Regional Cooperation and Integration Index (ARCII) that now includes digital connectivity and environmental cooperation among other innovations for monitoring progress. The ARCII has been used for monitoring progress in various dimensions of regional cooperation and integration (RCI) in Asia and the Pacific since 2017. With these new features of the ARCII, the report explores the links between regional and global economic integration and sheds light on the application of the index to RCI analysis and policy strategies for Asia and Pacific economies.

Access 2013 - The Basics (Paperback): Luther M. Maddy III Access 2013 - The Basics (Paperback)
Luther M. Maddy III
R368 Discovery Miles 3 680 Ships in 18 - 22 working days
Building the Data Lakehouse (Paperback): Bill Inmon Building the Data Lakehouse (Paperback)
Bill Inmon
R1,074 R902 Discovery Miles 9 020 Save R172 (16%) Ships in 18 - 22 working days
Learn SQL Database Programming - Query and manipulate databases from popular relational database servers using SQL (Paperback):... Learn SQL Database Programming - Query and manipulate databases from popular relational database servers using SQL (Paperback)
Josephine Bush
R1,156 Discovery Miles 11 560 Ships in 18 - 22 working days

Learn everything you need to know to build efficient SQL queries using this easy-to-follow beginner's guide Key Features Explore all SQL statements in depth using a variety of examples Get to grips with database querying, data aggregate, manipulation, and much more Understand how to explore and process data of varying complexity to tell a story Book DescriptionSQL is a powerful querying language that's used to store, manipulate, and retrieve data, and it is one of the most popular languages used by developers to query and analyze data efficiently. If you're looking for a comprehensive introduction to SQL, Learn SQL Database Programming will help you to get up to speed with using SQL to streamline your work in no time. Starting with an overview of relational database management systems, this book will show you how to set up and use MySQL Workbench and design a database using practical examples. You'll also discover how to query and manipulate data with SQL programming using MySQL Workbench. As you advance, you'll create a database, query single and multiple tables, and modify data using SQL querying. This SQL book covers advanced SQL techniques, including aggregate functions, flow control statements, error handling, and subqueries, and helps you process your data to present your findings. Finally, you'll implement best practices for writing SQL and designing indexes and tables. By the end of this SQL programming book, you'll have gained the confidence to use SQL queries to retrieve and manipulate data. What you will learn Install, configure, and use MySQL Workbench to restore a database Explore different data types such as string, numeric, and date and time Query a single table using the basic SQL SELECT statement and the FROM, WHERE, and ORDER BY clauses Query multiple tables by understanding various types of table relationships Modify data in tables using the INSERT, UPDATE, and DELETE statements Use aggregate functions to group and summarize data Detect bad data, duplicates, and irrelevant values while processing data Who this book is forThis book is for business analysts, SQL developers, database administrators, and students learning SQL. If you want to learn how to query and manipulate SQL data for database administration tasks or simply extract and organize relevant data for analysis, you'll find this book useful. No prior SQL experience is required.

Learn from Scratch Visual Basic .Net with MySQL (Paperback): Rismon Hasiholan Sianipar, Vivian Siahaan Learn from Scratch Visual Basic .Net with MySQL (Paperback)
Rismon Hasiholan Sianipar, Vivian Siahaan
R907 Discovery Miles 9 070 Ships in 18 - 22 working days
Mastering PostgreSQL 13 - Build, administer, and maintain database applications efficiently with PostgreSQL 13, 4th Edition... Mastering PostgreSQL 13 - Build, administer, and maintain database applications efficiently with PostgreSQL 13, 4th Edition (Paperback, 4th Revised edition)
Hans-Jurgen Schoenig
R1,125 Discovery Miles 11 250 Ships in 18 - 22 working days

Explore expert techniques such as advanced indexing and high availability to build scalable, reliable, and fault-tolerant database applications using PostgreSQL 13 Key Features Master advanced PostgreSQL 13 concepts with the help of real-world datasets and examples Leverage PostgreSQL's indexing features to fine-tune the performance of your queries Extend PostgreSQL's functionalities to suit your organization's needs with minimal effort Book DescriptionThanks to its reliability, robustness, and high performance, PostgreSQL has become one of the most advanced open source databases on the market. This updated fourth edition will help you understand PostgreSQL administration and how to build dynamic database solutions for enterprise apps with the latest release of PostgreSQL, including designing both physical and technical aspects of the system architecture with ease. Starting with an introduction to the new features in PostgreSQL 13, this book will guide you in building efficient and fault-tolerant PostgreSQL apps. You'll explore advanced PostgreSQL features, such as logical replication, database clusters, performance tuning, advanced indexing, monitoring, and user management, to manage and maintain your database. You'll then work with the PostgreSQL optimizer, configure PostgreSQL for high speed, and move from Oracle to PostgreSQL. The book also covers transactions, locking, and indexes, and shows you how to improve performance with query optimization. You'll also focus on how to manage network security and work with backups and replication while exploring useful PostgreSQL extensions that optimize the performance of large databases. By the end of this PostgreSQL book, you'll be able to get the most out of your database by executing advanced administrative tasks. What you will learn Get well versed with advanced SQL functions in PostgreSQL 13 Get to grips with administrative tasks such as log file management and monitoring Work with stored procedures and manage backup and recovery Employ replication and failover techniques to reduce data loss Perform database migration from Oracle to PostgreSQL with ease Replicate PostgreSQL database systems to create backups and scale your database Manage and improve server security to protect your data Troubleshoot your PostgreSQL instance to find solutions to common and not-so-common problems Who this book is forThis database administration book is for PostgreSQL developers and database administrators and professionals who want to implement advanced functionalities and master complex administrative tasks with PostgreSQL 13. Prior experience in PostgreSQL and familiarity with the basics of database administration will assist with understanding key concepts covered in the book.

Exploring Data with Access 2019 (Paperback): Larry Rockoff Exploring Data with Access 2019 (Paperback)
Larry Rockoff
R699 R628 Discovery Miles 6 280 Save R71 (10%) Ships in 18 - 22 working days
Data Modeling for Quality - Delivering benefits through attention to detail (Paperback): Graham Witt Data Modeling for Quality - Delivering benefits through attention to detail (Paperback)
Graham Witt
R1,114 R942 Discovery Miles 9 420 Save R172 (15%) Ships in 18 - 22 working days
Blockchain Technology for Paperless Trade Facilitation in Maldives (Paperback): Blockchain Technology for Paperless Trade Facilitation in Maldives (Paperback)
R583 Discovery Miles 5 830 Ships in 18 - 22 working days

This publication outlines key blockchain use cases that demonstrate how digital solutions can be applied to facilitate domestic and cross-border trade in Maldives. The Asian Development Bank is helping Maldives implement a robust domestic and regional trade system under the South Asia Subregional Economic Cooperation program. This integrated trade network facilitates seamless movement of goods and documents, across organizational and national boundaries, and will vastly improve the business environment and overall economic activity. The feasibility study conducted from April to July 2019 established the use cases of blockchain technology that may be ideal in Maldives.

Mastering MongoDB 4.x - Expert techniques to run high-volume and fault-tolerant database solutions using MongoDB 4.x, 2nd... Mastering MongoDB 4.x - Expert techniques to run high-volume and fault-tolerant database solutions using MongoDB 4.x, 2nd Edition (Paperback, 2nd Revised edition)
Alex Giamas
R997 Discovery Miles 9 970 Ships in 18 - 22 working days

Leverage the power of MongoDB 4.x to build and administer fault-tolerant database applications Key Features Master the new features and capabilities of MongoDB 4.x Implement advanced data modeling, querying, and administration techniques in MongoDB Includes rich case-studies and best practices followed by expert MongoDB developers Book DescriptionMongoDB is the best platform for working with non-relational data and is considered to be the smartest tool for organizing data in line with business needs. The recently released MongoDB 4.x supports ACID transactions and makes the technology an asset for enterprises across the IT and fintech sectors. This book provides expertise in advanced and niche areas of managing databases (such as modeling and querying databases) along with various administration techniques in MongoDB, thereby helping you become a successful MongoDB expert. The book helps you understand how the newly added capabilities function with the help of some interesting examples and large datasets. You will dive deeper into niche areas such as high-performance configurations, optimizing SQL statements, configuring large-scale sharded clusters, and many more. You will also master best practices in overcoming database failover, and master recovery and backup procedures for database security. By the end of the book, you will have gained a practical understanding of administering database applications both on premises and on the cloud; you will also be able to scale database applications across all servers. What you will learn Perform advanced querying techniques such as indexing and expressions Configure, monitor, and maintain a highly scalable MongoDB environment Master replication and data sharding to optimize read/write performance Administer MongoDB-based applications on premises or on the cloud Integrate MongoDB with big data sources to process huge amounts of data Deploy MongoDB on Kubernetes containers Use MongoDB in IoT, mobile, and serverless environments Who this book is forThis book is ideal for MongoDB developers and database administrators who wish to become successful MongoDB experts and build scalable and fault-tolerant applications using MongoDB. It will also be useful for database professionals who wish to become certified MongoDB professionals. Some understanding of MongoDB and basic database concepts is required to get the most out of this book.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Access for Beginners
M. L. Humphrey Hardcover R535 Discovery Miles 5 350
Pro Oracle Spatial
Ravikanth Kothuri, Euro Beinat, … Hardcover R1,382 R1,185 Discovery Miles 11 850
Pro Oracle Database 10g RAC on Linux…
J Dyke, S. Shaw Hardcover R1,587 Discovery Miles 15 870
Computer Intrusion Detection and Network…
David J Marchette Hardcover R2,696 Discovery Miles 26 960
Enterprise Big Data Engineering…
Martin Atzmueller, Samia Oussena, … Hardcover R5,155 Discovery Miles 51 550
Librarian's Guide to Online Searching…
Christopher C Brown Hardcover R2,728 Discovery Miles 27 280
Amazon DynamoDB Encryption Client…
Documentation Team Hardcover R873 Discovery Miles 8 730
Intermediate Access
M. L. Humphrey Hardcover R535 Discovery Miles 5 350
SQL: 1999 - Understanding Relational…
Jim Melton, Alan R. Simon Paperback R1,976 R1,471 Discovery Miles 14 710
SQL Programming: Java Script and Coding…
Os Swift Hardcover R792 Discovery Miles 7 920

 

Partners