Learning PostgreSQL 10 - Second Edition
eBook - ePub

Learning PostgreSQL 10 - Second Edition

,
  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Learning PostgreSQL 10 - Second Edition

,
Book details
Table of contents
Citations

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

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 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

Year
2017
ISBN
9781788470667
Edition
2

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