Introduction to Tables in PostgreSQL

PostgreSQL components

Video Locked

Please log in to watch this video

Log In
Chapter Info
Course The Ultimate PostGIS course
Module PostgreSQL components
Chapter Introduction to Tables in PostgreSQL

Chapter Content

  • Understand what a table is in PostgreSQL
  • Learn how to create tables using SQL and CLI
  • Understand data types and column constraints
  • Insert, query, and view table data
  • Explore a simple GIS use case for tabular data
  • Understand how to list and manage tables using psql