Created
December 11, 2017 05:14
-
-
Save agawronski/505acb437ba0eb042edcfe2c1954bc5c to your computer and use it in GitHub Desktop.
Initial look at the Adventureworks dataset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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