- What is PostgreSQL?
- What are the basic most commonly used types?
- What are domains? How to create a domain? How to create custom type? Enum type?
- What is constraint?
- How to use this constraints?
- Primary Key
- Foreign Key
- Unique
- Not Null
- How to use transactions in sql?
- How to create dump?
- How to restore dump?
- What is a View table?
- How to create it?
- How to update it?
- What is materialized views?