0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (4)
  • R250 - R500 (39)
  • R500+ (459)
  • -
Status
Format
Author / Contributor
Publisher

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

Learn from Scratch Visual C# .Net with SQL Server - To Develop Database-Driven Desktop Applications (Paperback): Vivian Siahaan Learn from Scratch Visual C# .Net with SQL Server - To Develop Database-Driven Desktop Applications (Paperback)
Vivian Siahaan
R832 Discovery Miles 8 320 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
Learn PostgreSQL - Build and manage high-performance database solutions using PostgreSQL 12 and 13 (Paperback): Luca Ferrari,... Learn PostgreSQL - Build and manage high-performance database solutions using PostgreSQL 12 and 13 (Paperback)
Luca Ferrari, Enrico Pirozzi
R1,269 Discovery Miles 12 690 Ships in 18 - 22 working days

A comprehensive guide to building, managing, and securing scalable and reliable database and data warehousing applications using Postgres 12 and 13 Key Features Set up your database cluster and monitor, secure, and fine-tune it for optimal performance Learn the fundamentals of database management and implement client- and server-side programming using SQL and PL/pgSQL Explore useful tips to develop efficient PostgreSQL database solutions from scratch Book DescriptionPostgreSQL is one of the fastest-growing open source object-relational database management systems (DBMS) in the world. As well as being easy to use, it's scalable and highly efficient. In this book, you'll explore PostgreSQL 12 and 13 and learn how to build database solutions using it. Complete with hands-on tutorials, this guide will teach you how to achieve the right database design required for a reliable environment. You'll learn how to install and configure a PostgreSQL server and even manage users and connections. The book then progresses to key concepts of relational databases, before taking you through the Data Definition Language (DDL) and commonly used DDL commands. To build on your skills, you'll understand how to interact with the live cluster, create database objects, and use tools to connect to the live cluster. You'll then get to grips with creating tables, building indexes, and designing your database schema. Later, you'll explore the Data Manipulation Language (DML) and server-side programming capabilities of PostgreSQL using PL/pgSQL, before learning how to monitor, test, and troubleshoot your database application to ensure high-performance and reliability. By the end of this book, you'll be well-versed with the Postgres database and be able to set up your own PostgreSQL instance and use it to build robust solutions. What you will learn Understand how users and connections are managed by running a PostgreSQL instance Interact with transaction boundaries using server-side programming Identify bottlenecks to maintain your database efficiently Create and manage extensions to add new functionalities to your cluster Choose the best index type for each situation Use online tools to set up a memory configuration that will suit most databases Explore how Postgres can be used in multi-instance environments to provide high-availability, redundancy, and scalability Who this book is forThis Postgres book is for anyone interested in learning about the PostgreSQL database from scratch. Anyone looking to build robust data warehousing applications and scale the database for high-availability and performance using the latest features of PostgreSQL will also find this book useful. Although prior knowledge of PostgreSQL is not required, familiarity with databases is expected.

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
Learning PostgreSQL 11 - A beginner's guide to building high-performance PostgreSQL database solutions, 3rd Edition... Learning PostgreSQL 11 - A beginner's guide to building high-performance PostgreSQL database solutions, 3rd Edition (Paperback, 3rd Revised edition)
Salahaldin Juba, Andrey Volkov
R1,002 Discovery Miles 10 020 Ships in 18 - 22 working days

Leverage the power of PostgreSQL 11 to build powerful database and data warehousing applications Key Features Monitor, secure, and fine-tune your PostgreSQL 11 database Learn client-side and server-side programming using SQL and PL/pgSQL Discover tips on implementing efficient database solutions Book DescriptionPostgreSQL is one of the most popular open source database management systems in the world, and it supports advanced features included in SQL standards. This book will familiarize you with the latest features in PostgreSQL 11, and get you up and running with building efficient PostgreSQL database solutions from scratch. Learning PostgreSQL, 11 begins by covering the concepts of relational databases and their core principles. You'll explore the Data Definition Language (DDL) and commonly used DDL commands supported by ANSI SQL. You'll also learn how to create tables, define integrity constraints, build indexes, and set up views and other schema objects. As you advance, you'll come to understand Data Manipulation Language (DML) and server-side programming capabilities using PL/pgSQL, giving you a robust background to develop, tune, test, and troubleshoot your database application. The book will guide you in exploring NoSQL capabilities and connecting to your database to manipulate data objects. You'll get to grips with using data warehousing in analytical solutions and reports, and scaling the database for high availability and performance. By the end of this book, you'll have gained a thorough understanding of PostgreSQL 11 and developed the necessary skills to build efficient database solutions. What you will learn Understand the basics of relational databases, relational algebra, and data modeling Install a PostgreSQL server, create a database, and implement your data model Create tables and views, define indexes and stored procedures, and implement triggers Make use of advanced data types such as Arrays, hstore, and JSONB Connect your Python applications to PostgreSQL and work with data efficiently Identify bottlenecks to enhance reliability and performance of database applications Who this book is forThis book is for you if you're interested in learning about PostgreSQL from scratch. Those looking to build solid database or data warehousing applications or wanting to get up to speed with the latest features of PostgreSQL 11 will also find this book useful. No prior knowledge of database programming or administration is required to get started.

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.

IMS-DB Basic Training For Application Developers (Paperback): Robert Wingate IMS-DB Basic Training For Application Developers (Paperback)
Robert Wingate
R526 Discovery Miles 5 260 Ships in 18 - 22 working days
PostgreSQL Basic Training for Application Developers (Paperback): Robert Wingate PostgreSQL Basic Training for Application Developers (Paperback)
Robert Wingate
R523 Discovery Miles 5 230 Ships in 18 - 22 working days
Hta + VBScript + Microsoft.Ace.Oledb.15.0 = You Code Smarter and Faster - Please Judge this book by it's cover. The... Hta + VBScript + Microsoft.Ace.Oledb.15.0 = You Code Smarter and Faster - Please Judge this book by it's cover. The program is inside (Paperback)
Richard Edwards
R383 Discovery Miles 3 830 Ships in 18 - 22 working days
Blockchain By Example - A developer's guide to creating decentralized applications using Bitcoin, Ethereum, and... Blockchain By Example - A developer's guide to creating decentralized applications using Bitcoin, Ethereum, and Hyperledger (Paperback)
Bellaj Badr, Richard Horrocks, Xun (Brian) Wu
R1,241 Discovery Miles 12 410 Ships in 18 - 22 working days

Implement decentralized blockchain applications to build scalable Dapps Key Features Understand the blockchain ecosystem and its terminologies Implement smart contracts, wallets, and consensus protocols Design and develop decentralized applications using Bitcoin, Ethereum, and Hyperledger Book DescriptionThe Blockchain is a revolution promising a new world without middlemen. Technically, it is an immutable and tamper-proof distributed ledger of all transactions across a peer-to-peer network. With this book, you will get to grips with the blockchain ecosystem to build real-world projects. This book will walk you through the process of building multiple blockchain projects with different complexity levels and hurdles. Each project will teach you just enough about the field's leading technologies, Bitcoin, Ethereum, Quorum, and Hyperledger in order to be productive from the outset. As you make your way through the chapters, you will cover the major challenges that are associated with blockchain ecosystems such as scalability, integration, and distributed file management. In the concluding chapters, you'll learn to build blockchain projects for business, run your ICO, and even create your own cryptocurrency. Blockchain by Example also covers a range of projects such as Bitcoin payment systems, supply chains on Hyperledger, and developing a Tontine Bank Every is using Ethereum. By the end of this book, you will not only be able to tackle common issues in the blockchain ecosystem, but also design and build reliable and scalable distributed systems. What you will learn Grasp decentralized technology fundamentals to master blockchain principles Build blockchain projects on Bitcoin, Ethereum, and Hyperledger Create your currency and a payment application using Bitcoin Implement decentralized apps and supply chain systems using Hyperledger Write smart contracts, run your ICO, and build a Tontine decentralized app using Ethereum Implement distributed file management with blockchain Integrate blockchain into existing systems in your organization Who this book is forIf you are keen on learning how to build your own blockchain decentralized applications from scratch, then this book is for you. It explains all the basic concepts required to develop intermediate projects and will teach you to implement the building blocks of a blockchain ecosystem.

PostGIS Cookbook - Store, organize, manipulate, and analyze spatial data, 2nd Edition (Paperback, 2nd Revised edition): Mayra... PostGIS Cookbook - Store, organize, manipulate, and analyze spatial data, 2nd Edition (Paperback, 2nd Revised edition)
Mayra Zurbaran, Thomas Kraft, Stephen Vincent Mather, Bborie Park, Pedro Wightman
R1,427 Discovery Miles 14 270 Ships in 18 - 22 working days

Create and manage spatial data with PostGIS Key Features Import and export geographic data from the PostGIS database using the available tools Maintain, optimize, and fine-tune spatial data for long-term viability Utilize the parallel support functionality that was introduced in PostgreSQL 9.6 Book DescriptionPostGIS is a spatial database that integrates the advanced storage and analysis of vector and raster data, and is remarkably flexible and powerful. PostGIS provides support for geographic objects to the PostgreSQL object-relational database and is currently the most popular open source spatial databases. If you want to explore the complete range of PostGIS techniques and expose related extensions, then this book is for you. This book is a comprehensive guide to PostGIS tools and concepts which are required to manage, manipulate, and analyze spatial data in PostGIS. It covers key spatial data manipulation tasks, explaining not only how each task is performed, but also why. It provides practical guidance allowing you to safely take advantage of the advanced technology in PostGIS in order to simplify your spatial database administration tasks. Furthermore, you will learn to take advantage of basic and advanced vector, raster, and routing approaches along with the concepts of data maintenance, optimization, and performance, and will help you to integrate these into a large ecosystem of desktop and web tools. By the end, you will be armed with all the tools and instructions you need to both manage the spatial database system and make better decisions as your project's requirements evolve. What you will learn Import and export geographic data from the PostGIS database using the available tools Structure spatial data using the functionality provided by a combination of PostgreSQL and PostGIS Work with a set of PostGIS functions to perform basic and advanced vector analyses Connect PostGIS with Python Learn to use programming frameworks around PostGIS Maintain, optimize, and fine-tune spatial data for long-term viability Explore the 3D capabilities of PostGIS, including LiDAR point clouds and point clouds derived from Structure from Motion (SfM) techniques Distribute 3D models through the Web using the X3D standard Use PostGIS to develop powerful GIS web applications using Open Geospatial Consortium web standards Master PostGIS Raster Who this book is forThis book is for developers who need some quick solutions for PostGIS. Prior knowledge of PostgreSQL and spatial concepts would be an added advantage.

Access for Beginners (Paperback): M. L. Humphrey Access for Beginners (Paperback)
M. L. Humphrey
R412 Discovery Miles 4 120 Ships in 18 - 22 working days
Hacking University Computer Hacking and Learning Python 2 Manuscript Bundle - Essential Beginners Guide on How to Become an... Hacking University Computer Hacking and Learning Python 2 Manuscript Bundle - Essential Beginners Guide on How to Become an Amateur Hacker and Learn Python Programming From Scratch (Paperback)
Isaac D Cody
R521 Discovery Miles 5 210 Ships in 18 - 22 working days
The Ten Commandments of VBA for Microsoft Access Newbies - Practices that produce safe, understandable, and reliable software... The Ten Commandments of VBA for Microsoft Access Newbies - Practices that produce safe, understandable, and reliable software (Paperback)
Peter N Roth Mse
R615 Discovery Miles 6 150 Ships in 18 - 22 working days
SQL Programming - The Ultimate Step-By-Step Guide to Learning SQL for Beginners (Paperback): Bryan Johnson SQL Programming - The Ultimate Step-By-Step Guide to Learning SQL for Beginners (Paperback)
Bryan Johnson
R418 Discovery Miles 4 180 Ships in 18 - 22 working days
Computer networking first step - The Essential Guide To Networking To Introduce Yourself To The Computer Network Through a... Computer networking first step - The Essential Guide To Networking To Introduce Yourself To The Computer Network Through a Top-down Approach And Various Infrastructures (Paperback)
Tim Wired
R441 Discovery Miles 4 410 Ships in 18 - 22 working days
Visual C# and Databases 2019 Edition - A Step-By-Step Database Programming Tutorial (Paperback, 16th 2019 ed.): Philip Conrod,... Visual C# and Databases 2019 Edition - A Step-By-Step Database Programming Tutorial (Paperback, 16th 2019 ed.)
Philip Conrod, Lou Tylee
R2,493 Discovery Miles 24 930 Ships in 18 - 22 working days
Intermediate Access (Paperback): M. L. Humphrey Intermediate Access (Paperback)
M. L. Humphrey
R412 Discovery Miles 4 120 Ships in 18 - 22 working days
Advanced MySQL 8 - Discover the full potential of MySQL and ensure high performance of your database (Paperback): Eric Vanier,... Advanced MySQL 8 - Discover the full potential of MySQL and ensure high performance of your database (Paperback)
Eric Vanier, Birju Shah, Tejaswi Malepati
R1,063 Discovery Miles 10 630 Ships in 18 - 22 working days

Design cost-efficient database solutions, scale enterprise operations and reduce overhead business costs with MySQL Key Features Explore the new and advanced features of MySQL 8.0 Use advanced techniques to optimize MySQL performance Create MySQL-based applications for your enterprise with the help of practical examples Book DescriptionAdvanced MySQL 8 teaches you to enhance your existing database infrastructure and build various tools to improve your enterprise applications and overall website performance. The book starts with the new and exciting MySQL 8.0 features and how to utilize them for maximum efficiency. As you make your way through the chapters, you will learn to optimize MySQL performance using indexes and advanced data query techniques for large queries. You will also discover MySQL Server 8.0 settings and work with the MySQL data dictionary to boost the performance of your database. In the concluding chapters, you will cover MySQL 8.0 Group Replication, which will enable you to create elastic, highly available, and fault-tolerant replication topologies. You will also explore backup and recovery techniques for your databases and understand important tips and tricks to help your critical data reach its full potential. By the end of this book, you'll have learned about new MySQL 8.0 security features that allow a database administrator (DBA) to simplify user management and increase the security of their multi-user environments. What you will learn Explore new and exciting features of MySQL 8.0 Analyze and optimize large MySQL queries Understand MySQL Server 8.0 settings Master the deployment of Group Replication and use it in an InnoDB cluster Monitor large distributed databases Discover different types of backups and recovery methods for your databases Explore tips to help your critical data reach its full potential Who this book is forAdvanced MySQL 8 is for database administrators, data architects, and database developers who want to dive deeper into building advanced database applications in the MySQL environment.

Powershell and Oledb - Working with the Dataview (Paperback): Richard Thomas Edwards Powershell and Oledb - Working with the Dataview (Paperback)
Richard Thomas Edwards
R368 Discovery Miles 3 680 Ships in 18 - 22 working days
Powershell and OleDb - Working with the datataber (Paperback): Richard Thomas Edwards Powershell and OleDb - Working with the datataber (Paperback)
Richard Thomas Edwards
R368 Discovery Miles 3 680 Ships in 18 - 22 working days
PostgreSQL 11 Documentation Manual Version 11.2 - Volume 1 Chapters 1-36 (Paperback): PostgreSQL Global Development Group PostgreSQL 11 Documentation Manual Version 11.2 - Volume 1 Chapters 1-36 (Paperback)
PostgreSQL Global Development Group
R1,457 Discovery Miles 14 570 Ships in 18 - 22 working days
PostgreSQL 10 Administration Cookbook - Over 165 effective recipes for database management and maintenance in PostgreSQL 10... PostgreSQL 10 Administration Cookbook - Over 165 effective recipes for database management and maintenance in PostgreSQL 10 (Paperback)
Gianni Ciolli, Simon Riggs
R1,378 Discovery Miles 13 780 Ships in 18 - 22 working days

A practical guide to administer, monitor and replicate your PostgreSQL 10 database Key Features Get to grips with the capabilities of PostgreSQL 10 to administer your database more efficiently Monitor, tune, secure and protect your database for optimal performance A step-by-step, recipe-based guide to help you tackle any problem in PostgreSQL 10 administration with ease 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 10 allows users to scale up their PostgreSQL infrastructure. This book takes a step-by-step, recipe-based approach to effective PostgreSQL administration. Throughout this book, you will be introduced to these new features such as logical replication, native table partitioning, additional query parallelism, and much more. You will learn how to tackle a variety of problems that are basically the pain points for any database administrator - from creating tables to managing views, from improving performance to securing your database. More importantly, the book pays special attention to topics such as monitoring roles, backup, and recovery of your PostgreSQL 10 database, ensuring high availability, concurrency, and replication. By the end of this book, you will know everything you need to know to be the go-to PostgreSQL expert in your organization. What you will learn Get to grips with the newly released PostgreSQL 10 features to improve database performance and reliability Manage open source PostgreSQL versions 10 on various platforms. Explore best practices for planning and designing live databases Select and implement robust backup and recovery techniques in PostgreSQL 10 Explore concise and clear guidance on replication and high availability Discover advanced technical tips for experienced users Who this book is forThis book is for database administrators, data architects, developers, or anyone with an interest in planning for, or running, live production databases using PostgreSQL. It is most suited to those looking for hands-on solutions to any problem associated with PostgreSQL administration.

Database Driven ASP.NET with Code Behind Using VB.NET - Powering the ASP using Microsoft.Jet.OLEDB.4.0 (Paperback): Richard... Database Driven ASP.NET with Code Behind Using VB.NET - Powering the ASP using Microsoft.Jet.OLEDB.4.0 (Paperback)
Richard Edwards
R373 Discovery Miles 3 730 Ships in 18 - 22 working days
PostgreSQL 11 Documentation Manual Version 11.2 - Volume 2 Chapters 37-50 & Reference (Paperback): PostgreSQL Global... PostgreSQL 11 Documentation Manual Version 11.2 - Volume 2 Chapters 37-50 & Reference (Paperback)
PostgreSQL Global Development Group
R1,485 Discovery Miles 14 850 Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Definitive Guide to SQLite
Mike Owens Hardcover R2,189 Discovery Miles 21 890
Database Systems: The Complete Book…
Hector Garcia-Molina, Jeffrey Ullman, … Paperback R2,189 R1,762 Discovery Miles 17 620
Intermediate Access
M. L. Humphrey Hardcover R535 Discovery Miles 5 350
Librarian's Guide to Online Searching…
Christopher C Brown Hardcover R2,728 Discovery Miles 27 280
Access for Beginners
M. L. Humphrey Hardcover R535 Discovery Miles 5 350
Joe Celko's Data, Measurements and…
Joe Celko Paperback R1,086 Discovery Miles 10 860
Enterprise Big Data Engineering…
Martin Atzmueller, Samia Oussena, … Hardcover R5,155 Discovery Miles 51 550
SQL Programming: Java Script and Coding…
Os Swift Hardcover R792 Discovery Miles 7 920
Access Essentials
M. L. Humphrey Hardcover R833 Discovery Miles 8 330
Access 2019 Beginner
M. L. Humphrey Hardcover R608 Discovery Miles 6 080

 

Partners