Learning PostgreSQL 10 - Second Edition
eBook - ePub

Learning PostgreSQL 10 - Second Edition

,
  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Learning PostgreSQL 10 - Second Edition

,

About this book

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 10Who This Book Is ForIf 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 applicationsIn DetailPostgreSQL 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 approachThis 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.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Learning PostgreSQL 10 - Second Edition by in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Authors
  5. About the Reviewers
  6. www.PacktPub.com
  7. Customer Feedback
  8. Preface
  9. Relational Databases
  10. PostgreSQL in Action
  11. PostgreSQL Basic Building Blocks
  12. PostgreSQL Advanced Building Blocks
  13. SQL Language
  14. Advanced Query Writing
  15. Server-Side Programming with PL/pgSQL
  16. OLAP and Data Warehousing
  17. Beyond Conventional Data Types
  18. Transactions and Concurrency Control
  19. PostgreSQL Security
  20. The PostgreSQL Catalog
  21. Optimizing Database Performance
  22. Testing
  23. Using PostgreSQL in Python Applications
  24. Scalability