Skip to content

Instantly share code, notes, and snippets.

@agawronski
Created December 11, 2017 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agawronski/505acb437ba0eb042edcfe2c1954bc5c to your computer and use it in GitHub Desktop.
Save agawronski/505acb437ba0eb042edcfe2c1954bc5c to your computer and use it in GitHub Desktop.
Initial look at the Adventureworks dataset
-- connect to the Adventureworks database
\c Adventureworks
-- view all tables in all schemas
\dt *.*
-- vew all tables in the purchasing schema
\dt purchasing.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment