- 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
- iOS Game Programming Cookbook
- Java Web開發(fā)學(xué)習(xí)手冊(cè)
- Apache Hive Essentials
- Clojure for Domain:specific Languages
- 數(shù)據(jù)結(jié)構(gòu)(Java語言描述)
- 你不知道的JavaScript(中卷)
- Ext JS 4 Web Application Development Cookbook
- SAP BusinessObjects Dashboards 4.1 Cookbook
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- Scala程序員面試算法寶典
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- Image Processing with ImageJ
- Django 3.0應(yīng)用開發(fā)詳解
- PHP項(xiàng)目開發(fā)全程實(shí)錄(第4版)
- Java設(shè)計(jì)模式深入研究