Concept Flow - Creating databases and connecting
Start psql shell
Run CREATE DATABASE command
Database created
Connect to new database with \c
Connected to new database
Ready to run queries
This flow shows how to create a new database and then connect to it using PostgreSQL commands.