- Connect to
psql
- Create the database using the
psql
commandCREATE DATABASE bookmark_manager;
- Connect to the database using the
pqsl
command\c bookmark_manager;
- Run the query we have saved in the file
01_create_bookmarks_table.sql
psql
psql
command CREATE DATABASE bookmark_manager;
pqsl
command \c bookmark_manager;
01_create_bookmarks_table.sql