- Notifications
You must be signed in to change notification settings - Fork0
Creates a small database table
bearddan2000/java-cli-gradle-postgres-com-tbl-exp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Creates a small database tablecalleddog. This table,dog, has been normalized to 3NF.Two new tables have been added,breedLookup andcolorLookup.Creates a new tabledog_expanded that joinsdog,breedLookup andcolorLookup. Added clustered indexes ondog.breedId anddog.colorId. Turneddog_expanded into a view with animplicit index ondog_expanded.id. Using an common table expression with the aggregate functionCOUNT, create a new viewbreed_count. All output normallyseen in a terminal will be injava-srv/log which will dump to the screen. The project may seem to hang but the logs from the container must be written to the project this can take up to 3 min.
- java
- gradle
- log4j
- postgres driver
- gradle:jdk11
- postgres
sudo ./install.sh -uCreates java-srv/log
sudo ./install.sh -dRemoves java-srv/log
sudo ./install.sh -h
About
Creates a small database table
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.