0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (3)
  • -
Status
Brand

Showing 1 - 3 of 3 matches in All Departments

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,087 Discovery Miles 10 870 Ships in 10 - 15 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.

Learning PostgreSQL 10 - (Paperback, 2nd Revised edition): Salahaldin Juba, Andrey Volkov Learning PostgreSQL 10 - (Paperback, 2nd Revised edition)
Salahaldin Juba, Andrey Volkov
R1,108 Discovery Miles 11 080 Ships in 10 - 15 working days

Leverage the power of PostgreSQL 10 to build powerful database and data warehousing applications. About This Book * Be introduced to the concept of relational databases and PostgreSQL, one of the fastest growing open source databases in the world * Learn client-side and server-side programming in PostgreSQL, and how to administer PostgreSQL databases * Discover tips on implementing efficient database solutions with PostgreSQL 10 Who This Book Is For If you're interested in learning more about PostgreSQL - one of the most popular relational databases in the world, then this book is for you. Those looking to build solid database or data warehousing applications with PostgreSQL 10 will also find this book a useful resource. No prior knowledge of database programming or administration is required to get started with this book. What You Will Learn * Understand the fundamentals of relational databases, relational algebra, and data modeling * Install a PostgreSQL cluster, create a database, and implement your data model * Create tables and views, define indexes, and implement triggers, stored procedures, and other schema objects * Use the Structured Query Language (SQL) to manipulate data in the database * Implement business logic on the server side with triggers and stored procedures using PL/pgSQL * Make use of advanced data types supported by PostgreSQL 10: Arrays, hstore, JSONB, and others * Develop OLAP database solutions using the most recent features of PostgreSQL 10 * Connect your Python applications to a PostgreSQL database and work with the data efficiently * Test your database code, find bottlenecks, improve performance, and enhance the reliability of the database applications In Detail PostgreSQL is one of the most popular open source databases in the world, and supports the most advanced features included in SQL standards and beyond. This book will familiarize you with the latest new features released in PostgreSQL 10, and get you up and running with building efficient PostgreSQL database solutions from scratch. We'll start with the concepts of relational databases and their core principles. Then you'll get a thorough introduction to PostgreSQL and the new features introduced in PostgreSQL 10. We'll cover the Data Definition Language (DDL) with an emphasis on PostgreSQL, and the common DDL commands supported by ANSI SQL. You'll learn to create tables, define integrity constraints, build indexes, and set up views and other schema objects. Moving on, you'll get to know the concepts of Data Manipulation Language (DML) and PostgreSQL server-side programming capabilities using PL/pgSQL. This will give you a very robust background to develop, tune, test, and troubleshoot your database application. We'll also explore the NoSQL capabilities of PostgreSQL and connect to your PostgreSQL database to manipulate data objects. By the end of this book, you'll have a thorough understanding of the basics of PostgreSQL 10 and will have the necessary skills to build efficient database solutions. Style and approach This book is a comprehensive beginner level tutorial on PostgreSQL and introduces the features of the newest version 10, along with explanation of concepts in a very easy to understand manner. Practical tips and examples are provided at every step to ensure you are able to grasp each topic as quickly as possible.

Learning PostgreSQL (Paperback): Salahaldin Juba, Achim Vannahme, Andrey Volkov Learning PostgreSQL (Paperback)
Salahaldin Juba, Achim Vannahme, Andrey Volkov
R1,600 Discovery Miles 16 000 Ships in 10 - 15 working days

Create, develop and manage relational databases in real world applications using PostgreSQL About This Book * Learn about the PostgreSQL development life cycle including its testing and refactoring * Build productive database solutions and use them in Java applications * A comprehensive guide to learn about SQL, PostgreSQL procedural language and PL/pgSQL Who This Book Is For If you are a student, database developer or an administrator, interested in developing and maintaining a PostgreSQL database, then this book is for you. No knowledge of database programming or administration is necessary. What You Will Learn * Learn concepts of data modelling and relation algebra * Install and set up PostgreSQL database server and client software * Implement data structures in PostgreSQL * Manipulate data in the database using SQL * Implement data processing logic in the database with stored functions, triggers and views * Test database solutions and assess the performance * Integrate database with Java applications * Detailed knowledge of the main PostgreSQL building objects, most used extensions * Practice database development life cycle including analysis, modelling, (documentation), testing, bug fixes and refactoring In Detail PostgreSQL is one of the most powerful and easy to use database management systems. It has strong support from the community and is being actively developed with a new release every year. PostgreSQL supports the most advanced features included in SQL standards. Also it provides NoSQL capabilities, and very rich data types and extensions. All that makes PostgreSQL a very attractive solution in various kinds of software systems. The book starts with the introduction of relational databases with PostegreSQL. It then moves on to covering data definition language (DDL) with emphasis on PostgreSQL and common DDL commands supported by ANSI SQL. You will then learn the data manipulation language (DML), and advanced topics like locking and multi version concurrency control (MVCC). This will give you a very robust background to tune and troubleshoot your application. The book then covers the implementation of data models in the database such as creating tables, setting up integrity constraints, building indexes, defining views and other schema objects. Next, it will give you an overview about the NoSQL capabilities of PostgreSQL along with Hstore, XML, Json and arrays. Finally by the end of the book, you'll learn to use the JDBC driver and manipulate data objects in the Hibernate framework. Style and approach An easy-to-follow guide to learn programming build applications with PostgreSQL, and manage a PostgreSQL database instance.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Fly Repellent ShooAway (White)(4 Pack)
R1,396 R1,076 Discovery Miles 10 760
By Any Other Name
Jodi Picoult Paperback R390 R199 Discovery Miles 1 990
Expensive Poverty - Why Aid Fails And…
Greg Mills Paperback R360 R309 Discovery Miles 3 090
Moonology Diary 2025
Yasmin Boland Paperback R464 R374 Discovery Miles 3 740
Be Safe Paramedical Disposable Triangle…
R9 Discovery Miles 90
8 Months Left
James Patterson, Mike Lupica Paperback R370 R149 Discovery Miles 1 490
Clever Cub Tells the Truth
Bob Hartman Paperback R35 R30 Discovery Miles 300
Snyman's Criminal Law
Kallie Snyman, Shannon Vaughn Hoctor Paperback R1,463 R1,199 Discovery Miles 11 990
Gym Towel & Bag
R95 R78 Discovery Miles 780
Mercury: Act 1
Imagine Dragons CD R64 Discovery Miles 640

 

Partners