Skip to content

Commit 639e95d

Browse files
authored
Merge pull request morenoh149#4 from kishvanchee/master
Adding Adventureworks Database for Postgres
2 parents ec63752 + 30a2589 commit 639e95d

File tree

4 files changed

+3325
-0
lines changed

4 files changed

+3325
-0
lines changed

adventureworks/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Adventureworks from SQL Server
2+
3+
Commands:
4+
5+
```
6+
unzip data.zip # this will unzip all csv to the current directory
7+
psql -c "CREATE DATABASE \"adventureworks\";"
8+
psql -d Adventureworks < install.sql
9+
```
10+
11+
To see list of tables
12+
13+
```
14+
\c "Adventureworks"
15+
\dt (humanresources|person|production|purchasing|sales).*
16+
```
17+
18+
19+
Credits: [lorint-AdventureWorks for Postgres](https://github.com/lorint/AdventureWorks-for-Postgres)

adventureworks/data.zip

18 MB
Binary file not shown.

0 commit comments

Comments
 (0)