- 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:
推薦閱讀
- Advanced Machine Learning with Python
- Learning Spring 5.0
- DevOps Automation Cookbook
- C語言從入門到精通(第4版)
- Mastering Python Networking
- Go并發編程實戰
- Spring+Spring MVC+MyBatis整合開發實戰
- Java:High-Performance Apps with Java 9
- 軟件項目管理實用教程
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Web前端開發技術實踐指導教程
- Internet of Things with Arduino Cookbook
- C語言進階:重點、難點與疑點解析
- Swift編程實戰:iOS應用開發實例及完整解決方案