Learning PostgreSQL. Create, develop and manage relational databases in real world applications using PostgreSQL - Helion
Tytuł oryginału: Learning PostgreSQL. Create, develop and manage relational databases in real world applications using PostgreSQL
ISBN: 9781783989195
stron: 464, Format: ebook
Data wydania: 2015-11-30
Księgarnia: Helion
Cena książki: 152,10 zł (poprzednio: 169,00 zł)
Oszczędzasz: 10% (-16,90 zł)
PostgreSQL is one of the most powerful and easy to use database management systems. It supports the most advanced features included in SQL standards. 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.
Osoby które kupowały "Learning PostgreSQL. Create, develop and manage relational databases in real world applications using PostgreSQL", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Learning PostgreSQL. Create, develop and manage relational databases in real world applications using PostgreSQL eBook -- spis treści
- 1. Relational database management system s
- 2. Getting started
- 3. PostgreSQL database basic building blocks
- 4. PostgreSQL advanced building blocks
- 5. SQL language
- 6. Advance query writing
- 7. Server side programming: Plpgsql procedural language
- 8. Managing user authorization and authentication
- 9. PostgreSQL system catalog
- 10. Performance tuning
- 11. Beyond conventional data types
- 12. Testing
- 13. PostgreSQL JDBC
- 14. PostgreSQL and hibernate