Commands:
psql -c "CREATE DATABASE \"Adventureworks\";"
psql -d Adventureworks < install.sql
To see list of tables
\c "Adventureworks"
\dt (humanresources|person|production|purchasing|sales).*
Credits: lorint-AdventureWorks for Postgres
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Commands:
psql -c "CREATE DATABASE \"Adventureworks\";"
psql -d Adventureworks < install.sql
To see list of tables
\c "Adventureworks"
\dt (humanresources|person|production|purchasing|sales).*
Credits: lorint-AdventureWorks for Postgres