Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.04 KB

File metadata and controls

27 lines (24 loc) · 1.04 KB

PostgreSQL

  • 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?

Resources