Skip to content

Commit

Permalink
Update supplementary demographics data (#24)
Browse files Browse the repository at this point in the history
* Update supplementary demographics

Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>

* Fix typo

Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>

---------

Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
  • Loading branch information
gvenzl committed Mar 28, 2024
1 parent 60ec4cc commit e3325a8
Show file tree
Hide file tree
Showing 17 changed files with 1,105 additions and 1,103 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*.log
.DS_Store
2 changes: 1 addition & 1 deletion customer_orders/README.txt
Expand Up @@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE.
NAME
README.txt - ReadMe text file for CO schema

DESCRIPTON
DESCRIPTION
CO (Customer Orders) is a sample schema resembling a generic customer orders management schema.

SCHEMA VERSION
Expand Down
2 changes: 1 addition & 1 deletion customer_orders/co_create.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem co_create.sql - Creates schema objects for CO (Customer Orders) schema
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script creates tables, associated constraints,
rem indexes, and comments in the CO schema.
rem
Expand Down
2 changes: 1 addition & 1 deletion customer_orders/co_install.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem co_install.sql - Main installation script for CO schema creation
rem
rem DESCRIPTON
rem DESCRIPTION
rem CO (Customer Orders) is a sample schema resembling a generic
rem customer orders management schema.
rem
Expand Down
2 changes: 1 addition & 1 deletion customer_orders/co_populate.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem co_populate.sql - populates the CO (Customer Orders) tables with data
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script populates the CO tables with rows of data
rem
rem SCHEMA VERSION
Expand Down
2 changes: 1 addition & 1 deletion customer_orders/co_uninstall.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem co_uninstall.sql
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script removes the CO (Customer Orders) schema.
rem
rem SCHEMA VERSION
Expand Down
2 changes: 1 addition & 1 deletion human_resources/README.txt
Expand Up @@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE.
NAME
README.txt - ReadMe text file for HR schema

DESCRIPTON
DESCRIPTION
HR (Human Resources) is a small sample schema resembling an HR department

SCHEMA VERSION
Expand Down
2 changes: 1 addition & 1 deletion human_resources/hr_code.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem hr_code.sql - Create procedural objects for HR schema
rem
rem DESCRIPTON
rem DESCRIPTION
rem 1. Creates a statement level trigger on the EMPLOYEES table
rem to allow DML during business hours.
rem 2. Creates a row level trigger on the EMPLOYEES table,
Expand Down
2 changes: 1 addition & 1 deletion human_resources/hr_create.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem hr_create.sql - Creates schema objects for HR (Human Resources) schema
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script creates tables, associated constraints,
rem indexes, and comments in the HR schema.
rem
Expand Down
2 changes: 1 addition & 1 deletion human_resources/hr_install.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem hr_install.sql - Main installation script for HR schema creation
rem
rem DESCRIPTON
rem DESCRIPTION
rem HR (Human Resources) is a small sample schema resembling an HR department
rem
rem SCHEMA VERSION
Expand Down
2 changes: 1 addition & 1 deletion human_resources/hr_populate.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem hr_populate.sql - populates the HR (Human Resources) tables with data
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script populates the HR tables with rows of data
rem
rem SCHEMA VERSION
Expand Down
2 changes: 1 addition & 1 deletion human_resources/hr_uninstall.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem hr_uninstall.sql
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script removes the HR (Human Resources) schema.
rem
rem SCHEMA VERSION
Expand Down
16 changes: 8 additions & 8 deletions sales_history/sh_create.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem sh_create.sql - Creates schema objects for SH (Sales History) schema
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script creates tables, associated constraints,
rem indexes, and comments in the SH schema.
rem
Expand Down Expand Up @@ -377,13 +377,13 @@ CREATE TABLE supplementary_demographics
household_size VARCHAR2(21),
yrs_residence NUMBER,
affinity_card NUMBER(10),
bulk_pack_diskettes NUMBER(10),
flat_panel_monitor NUMBER(10),
home_theater_package NUMBER(10),
bookkeeping_application NUMBER(10),
printer_supplies NUMBER(10),
y_box_games NUMBER(10),
os_doc_set_kanji NUMBER(10),
cricket NUMBER(10),
baseball NUMBER(10),
tennis NUMBER(10),
soccer NUMBER(10),
golf NUMBER(10),
unknown NUMBER(10),
misc NUMBER(10),
comments VARCHAR2(4000),
CONSTRAINT supp_demo_pk
PRIMARY KEY (cust_id)
Expand Down
2 changes: 1 addition & 1 deletion sales_history/sh_install.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem sh_install.sql - Main installation script for SH schema creation
rem
rem DESCRIPTON
rem DESCRIPTION
rem SH (Sales History) is a sample schema (add short desc here)
rem
rem SCHEMA VERSION
Expand Down
294 changes: 147 additions & 147 deletions sales_history/sh_populate.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sales_history/sh_uninstall.sql
Expand Up @@ -22,7 +22,7 @@ rem
rem NAME
rem sh_uninstall.sql
rem
rem DESCRIPTON
rem DESCRIPTION
rem This script removes the SH schema.
rem
rem SCHEMA VERSION
Expand Down
1,870 changes: 935 additions & 935 deletions sales_history/supplementary_demographics.csv

Large diffs are not rendered by default.

0 comments on commit e3325a8

Please sign in to comment.