- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 141字
- 2021-07-02 13:11:47
PostgreSQL Basic Building Blocks
In this chapter, we'll build a PostgreSQL database, and explore the basic building blocks of PostgreSQL. The conceptual model of a car web portal, which was presented in Chapter 1, Relational Databases, will be translated into a physical model. Also, some data-modeling techniques, such as surrogate keys, will be discussed briefly and some coding best practices will be presented.
We'll also take a look at the hierarchy of the database objects in PostgreSQL. This will help you to understand how to configure the database cluster and tune its settings. More detailed information will be presented to show the usage of template databases, user databases, roles, tablespaces, schemas, configuration settings, and tables. We will cover the following topics in this chapter:
- Database coding
- PostgreSQL object hierarchy
- PostgreSQL database components
- Native PostgreSQL data types
- The car web portal database
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標準庫
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現(xiàn)
- React Native Cookbook
- Offer來了:Java面試核心知識點精講(原理篇)
- 大學計算機基礎(第2版)(微課版)
- Working with Odoo
- Angular開發(fā)入門與實戰(zhàn)
- Mastering ROS for Robotics Programming
- Procedural Content Generation for C++ Game Development
- Visual C#.NET Web應用程序設計
- 軟件項目管理實用教程
- 開源項目成功之道
- UI設計全書(全彩)
- Scala編程(第5版)
- Java Web從入門到精通(第3版)