- PostgreSQL Development Essentials
- Manpreet Kaur Baji Shaik
- 339字
- 2021-07-14 10:00:53
What this book covers
Chapter 1, Advanced SQL, aims to help you understand advanced SQL topics such as views, materialized views, and cursors and will be able to get a sound understanding of complex topics such as subqueries and joins.
Chapter 2, Data Manipulation, provides you the ability to perform data type conversions and perform JSON and XML operations in PostgreSQL.
Chapter 3, Triggers, explains how to perform trigger operations and use trigger functions in PostgreSQL.
Chapter 4, Understanding Database Design Concepts, explains data modeling and normalization concepts. The reader will then be able to efficiently create a robust database design.
Chapter 5, Transactions and Locking, covers the effect of transactions and locking on the database.The reader will also be able to understand isolation levels and understand multi-version concurrency control behavior.
Chapter 6, Indexes And Constraints, provides knowledge about the different indexes and constraints available in PostgreSQL. This knowledge will help the reader while coding and the reader will be in a better position to choose among the different indexes and constraints depending upon the requirement during the coding phase.
Chapter 7, Table Partitioning, gives the reader a better understanding of partitioning in PostgreSQL. The reader will be able to use the different partitioning methods available in PostgreSQL and also implement horizontal partitioning using PL/Proxy.
Chapter 8, Query Tuning and Optimization, provides knowledge about different mechanisms and approaches available to tune a query. The reader will be able to utilize this knowledge in order to write a optimal/efficient query or code.
Chapter 9, PostgreSQL Extensions and Large Object Support, will familiarize the reader with the concept of extensions in PostgreSQL and also with the usage of large objects' datatypes in PostgreSQL.
Chapter 10, Using PHP in PostgreSQL, covers the basics of performing database operations in PostgreSQL using the PHP language, which helps reader to start with PHP code.
Chapter 11, Using Java in PostgreSQL, this chapter provides knowledge about database connectivity using Java and creating/modifying objects using Java code. It also talks about JDBC drivers.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Vue.js 3.x快速入門
- Visual Studio 2012 Cookbook
- Java系統分析與架構設計
- Photoshop智能手機APP UI設計之道
- Animate CC二維動畫設計與制作(微課版)
- Learn Swift by Building Applications
- 深入理解Java7:核心技術與最佳實踐
- TypeScript實戰指南
- PLC編程與調試技術(松下系列)
- R用戶Python學習指南:數據科學方法
- Vue.js 2 Web Development Projects
- Kivy Cookbook
- Red Hat Enterprise Linux Troubleshooting Guide
- C++ Application Development with Code:Blocks