- Notifications
You must be signed in to change notification settings - Fork0
Creates a small database table
bearddan2000/java-cli-buildr-dolt-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 and a non-clustered index fordog_expanded.id. Turneddog_expanded into a view with animplicit index ondog_expanded.id. Using a common table expression with the aggregateCOUNT, 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
- buildr
- log4j
- dolt driver
- vanto/apache-buildr:latest-jruby-jdk8
- dolthub/dolt-sql-serverdb:latest
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.