- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 172字
- 2021-07-02 13:11:51
Questions
- What's the purpose of the template1 and template0 databases?
- What are the database-access privileges?
- How can we use tablespace to tune the database server's performance?
- What's the difference between a user and a group in PostgreSQL?
- What's the name of the schema that already exists in the template database?
- Give the usages of arranging database objects in schema.
- What are the table types in PostgreSQL?
- The SHOW command shows the setting value—how can you get more information about a certain setting, such as context?
- List the basic data types in PostgreSQL.
- Is there a performance difference when dealing with the VARCHAR and TEXT data types?
- How can you represent VARCHAR(20) in another data type in PostgreSQL?
- Describe the TIMESTAMP and TIMESTAMP WITH ZONE data types.
- Which numeric data types should be used when we want to store data accurately?
- Translate the following ER diagram into a relational schema:
推薦閱讀
- C及C++程序設計(第4版)
- Debian 7:System Administration Best Practices
- Python程序設計(第3版)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Reactive Android Programming
- PLC應用技術(三菱FX2N系列)
- 編程與類型系統
- Practical Microservices
- 遠方:兩位持續創業者的點滴思考
- Python Programming for Arduino
- 計算語言學導論
- PHP項目開發全程實錄(第4版)
- Beginning PHP
- Python面向對象編程(第4版)
- SAP HANA Cookbook