PostgreSQL Data Base Creation Part 1
PostgreSQL Data Base Creation Part 1
C R E AT I N G P O S T G R E S Q L D ATA B A S E S
Darryl Reeves
Industry Assistant Professor, New York
University
Course topics
Commands for building databases
PostgreSQL data types
Database normalization
Darryl Reeves
Industry Assistant Professor, New York
University
The database table
Variable number of rows
Fixed number of columns (structure can be altered)
Name Restrictions
Which data types are best to use for the fields of my table?
Darryl Reeves
Industry Assistant Professor, New York
University
PostgreSQL schemas
A named container for tables
1 https://www.postgresql.org/docs/9.1/ddl-schemas.html
public.topic