Skip to content

Commit e3325a8

Browse files
authored
Update supplementary demographics data (#24)
* Update supplementary demographics Signed-off-by: Gerald Venzl <[email protected]> * Fix typo Signed-off-by: Gerald Venzl <[email protected]> --------- Signed-off-by: Gerald Venzl <[email protected]>
1 parent 60ec4cc commit e3325a8

17 files changed

+1105
-1103
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.log
2+
.DS_Store

customer_orders/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE.
2525
NAME
2626
README.txt - ReadMe text file for CO schema
2727

28-
DESCRIPTON
28+
DESCRIPTION
2929
CO (Customer Orders) is a sample schema resembling a generic customer orders management schema.
3030

3131
SCHEMA VERSION

customer_orders/co_create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem co_create.sql - Creates schema objects for CO (Customer Orders) schema
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem This script creates tables, associated constraints,
2727
rem indexes, and comments in the CO schema.
2828
rem

customer_orders/co_install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem co_install.sql - Main installation script for CO schema creation
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem CO (Customer Orders) is a sample schema resembling a generic
2727
rem customer orders management schema.
2828
rem

customer_orders/co_populate.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem co_populate.sql - populates the CO (Customer Orders) tables with data
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem This script populates the CO tables with rows of data
2727
rem
2828
rem SCHEMA VERSION

customer_orders/co_uninstall.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem co_uninstall.sql
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem This script removes the CO (Customer Orders) schema.
2727
rem
2828
rem SCHEMA VERSION

human_resources/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE.
2323
NAME
2424
README.txt - ReadMe text file for HR schema
2525

26-
DESCRIPTON
26+
DESCRIPTION
2727
HR (Human Resources) is a small sample schema resembling an HR department
2828

2929
SCHEMA VERSION

human_resources/hr_code.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem hr_code.sql - Create procedural objects for HR schema
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem 1. Creates a statement level trigger on the EMPLOYEES table
2727
rem to allow DML during business hours.
2828
rem 2. Creates a row level trigger on the EMPLOYEES table,

human_resources/hr_create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem hr_create.sql - Creates schema objects for HR (Human Resources) schema
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem This script creates tables, associated constraints,
2727
rem indexes, and comments in the HR schema.
2828
rem

human_resources/hr_install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rem
2222
rem NAME
2323
rem hr_install.sql - Main installation script for HR schema creation
2424
rem
25-
rem DESCRIPTON
25+
rem DESCRIPTION
2626
rem HR (Human Resources) is a small sample schema resembling an HR department
2727
rem
2828
rem SCHEMA VERSION

0 commit comments

Comments
 (0)