#Open postgres DB on terminal psql -U postgres #List database \list #Create table CREATE DATABASE foodsubscription; #Check all db \list #Opening the database \c foodSubscription #Exit postgres DB on terminal \q