Skip to content
Open

add #151

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion C:\Users\User\Documents\DE 101

This file was deleted.

20,038 changes: 10,019 additions & 10,019 deletions DE-101 Modules/Module02/DE - 101 Lab 2.1/orders.sql

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions DE-101 Modules/Module02/DE - 101 Lab 2.1/people.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DROP TABLE IF EXISTS people;
CREATE TABLE people(
Person VARCHAR(17) NOT NULL PRIMARY KEY
,Region VARCHAR(7) NOT NULL
);
INSERT INTO people(Person,Region) VALUES ('Anna Andreadi','West');
INSERT INTO people(Person,Region) VALUES ('Chuck Magee','East');
INSERT INTO people(Person,Region) VALUES ('Kelly Williams','Central');
INSERT INTO people(Person,Region) VALUES ('Cassandra Brandow','South');
DROP TABLE IF EXISTS people;
CREATE TABLE people(
Person VARCHAR(17) NOT NULL PRIMARY KEY
,Region VARCHAR(7) NOT NULL
);
INSERT INTO people(Person,Region) VALUES ('Anna Andreadi','West');
INSERT INTO people(Person,Region) VALUES ('Chuck Magee','East');
INSERT INTO people(Person,Region) VALUES ('Kelly Williams','Central');
INSERT INTO people(Person,Region) VALUES ('Cassandra Brandow','South');
1,610 changes: 805 additions & 805 deletions DE-101 Modules/Module02/DE - 101 Lab 2.1/returns.sql

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#######################################
# PDI - Labs Files Folders (Windows)
#######################################
# uncomment the following lines if you work under Windows
# LABSINPUT=c:/pdi_files/input
# LABSOUTPUT=c:/pdi_files/output
#######################################
# PDI - Labs Files Folders (Linux)
#######################################
# uncomment the following lines and adjust the name of the folders
# if you work under Linux
# LABSINPUT=/home/your_dir/pdi_files/input
# LABSOUTPUT=/home/your_dir/pdi_files/output
#######################################
# PDI - Labs Files Folders (Windows)
#######################################

# uncomment the following lines if you work under Windows
# LABSINPUT=c:/pdi_files/input
# LABSOUTPUT=c:/pdi_files/output


#######################################
# PDI - Labs Files Folders (Linux)
#######################################

# uncomment the following lines and adjust the name of the folders
# if you work under Linux
# LABSINPUT=/home/your_dir/pdi_files/input
# LABSOUTPUT=/home/your_dir/pdi_files/output

Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<chart>
<!-- Define the chart type -->
<chart-type>AreaChart</chart-type>
<chart>
<!-- Define the chart type -->
<chart-type>AreaChart</chart-type>
<!-- Specify the orientation of the bars (vertical/horizontal) -->
<orientation>vertical</orientation>
<!-- Specify the 3D-ness of the bars -->
<is-3D>false</is-3D>
<!-- Specify if the bars are stacked -->
<is-stacked>true</is-stacked>

<!-- Specify the title of the chart -->
<title>Area Chart</title>
<!-- Specify the title of the chart -->
<title>Area Chart</title>

<!-- Specify the location of the title -->
<title-position>TOP</title-position>
<!-- Specify the font of the title -->
<title-font>
<font-family>Arial</font-family>
<size>14</size>
<is-bold>true</is-bold>
<is-italic>false</is-italic>
</title-font>
<subtitles>
<subtitle>Product Line Sales</subtitle>
<subtitle>Year to Year</subtitle>
</subtitles>
<!-- General Chart Propeties -->
<chart-background type="color">#FFFFFF</chart-background>
<plot-background type="color">#EEEEEE</plot-background>
<border-visible>false</border-visible>
<border-paint>#000000</border-paint>

<!-- Specify the font of the title -->
<title-font>
<font-family>Arial</font-family>
<size>14</size>
<is-bold>true</is-bold>
<is-italic>false</is-italic>
</title-font>
<subtitles>
<subtitle>Product Line Sales</subtitle>
<subtitle>Year to Year</subtitle>
</subtitles>

<!-- General Chart Propeties -->
<chart-background type="color">#FFFFFF</chart-background>
<plot-background type="color">#EEEEEE</plot-background>
<border-visible>false</border-visible>
<border-paint>#000000</border-paint>

<!-- X-Axis properties -->
<domain-title>Years</domain-title>
Expand All @@ -46,7 +46,7 @@
<is-bold>false</is-bold>
<is-italic>false</is-italic>
</domain-tick-font>
<domain-label-rotation>.7</domain-label-rotation>
<domain-label-rotation>.7</domain-label-rotation>
<domain-label-rotation-dir></domain-label-rotation-dir>

<!-- Y-Axis properties -->
Expand All @@ -73,36 +73,36 @@
<is-bold>false</is-bold>
<is-italic>false</is-italic>
</legend-font>
<!-- Specify the color palette for the chart -->
<color-palette>
<color>#387179</color>
<color>#626638</color>
<color>#A8979A</color>
<color>#B09A6B</color>
<color>#772200</color>
<color>#C52F0D</color>
<color>#123D82</color>
<color>#4A0866</color>
<color>#445500</color>
<color>#FFAA00</color>
<color>#1E8AD3</color>
<color>#AA6611</color>
<color>#772200</color>
</color-palette>
<!-- Specify where the data for the chart comes from -->
<data>
<!-- Specify the path to the action sequence that provides the data -->
<data-solution>steel-wheels</data-solution>
<data-path>charts</data-path>
<data-action>areachart_data.xaction</data-action>
<!-- Specify the output of the action sequence that contains the data -->
<data-output>query_result</data-output>
<!-- Specify whether to get the chart series from the rows or columns -->
<data-orientation>rows</data-orientation>
</data>

<!-- Specify the color palette for the chart -->
<color-palette>
<color>#387179</color>
<color>#626638</color>
<color>#A8979A</color>
<color>#B09A6B</color>
<color>#772200</color>
<color>#C52F0D</color>
<color>#123D82</color>
<color>#4A0866</color>
<color>#445500</color>
<color>#FFAA00</color>
<color>#1E8AD3</color>
<color>#AA6611</color>
<color>#772200</color>
</color-palette>

<!-- Specify where the data for the chart comes from -->
<data>
<!-- Specify the path to the action sequence that provides the data -->
<data-solution>steel-wheels</data-solution>
<data-path>charts</data-path>
<data-action>areachart_data.xaction</data-action>

<!-- Specify the output of the action sequence that contains the data -->
<data-output>query_result</data-output>

<!-- Specify whether to get the chart series from the rows or columns -->
<data-orientation>rows</data-orientation>
</data>

</chart>
Original file line number Diff line number Diff line change
@@ -1,100 +1,100 @@
Date;Venue;Country;Matches;Country
07/09/12 18:45;Reykjavik;Iceland;2:0;Norway;
07/09/12 19:00;Moscow;Russia;2:0;Northern Ireland;
07/09/12 19:00;Vaduz;Liechtenstein;1:8;Bosnia-Herzegovina;
07/09/12 19:45;Cardiff;Wales;0:2;Belgium;
07/09/12 20:00;Ta'Qali;Malta;0:1;Armenia;
07/09/12 20:15;Zagreb;Croatia;1:0;FYR Macedonia;
07/09/12 20:30;Andorra La Vella;Andorra;0:5;Hungary;
07/09/12 20:30;Amsterdam;Netherlands;2:0;Turkey;
07/09/12 20:30;Ljubliana;Slovenia;0:2;Switzerland;
07/09/12 20:30;Tirana;Albania;3:1;Cyprus;
07/09/12 20:30;Podgorica;Montenegro;2:2;Poland;
07/09/12 20:45;Hanover;Germany;3:0;Faroe Islands;
07/09/12 20:45;Luxembourg;Luxembourg;1:2;Portugal;
07/09/12 21:00;Tallinn;Estonia;0:2;Romania;
07/09/12 21:00;Baku;Azerbaijan;1:1;Israel;
07/09/12 21:00;Tbilisi;Georgia;1:0;Belarus;
07/09/12 21:15;Vilnius;Lithuania;1:1;Slovakia;
07/09/12 21:30;Riga;Latvia;1:2;Greece;
07/09/12 21:30;Helsinki;Finland;0:1;France;
07/09/12 21:45;Sofia;Bulgaria;2:2;Italy;
07/09/12 21:45;Chisinau;Moldova;0:5;England;
07/09/12 22:00;Astana;Kazakhstan;1:2;Republic of Ireland;
08/09/12 15:00;Glasgow;Scotland;0:0;Serbia;
08/09/12 20:15;Copenhagen;Denmark;0:0;Czech Republic;
11/09/12 19:45;Belfast;Northern Ireland;1:1;Luxembourg;
11/09/12 20:00;Glasgow;Scotland;1:1;FYR Macedonia;
11/09/12 20:00;Larnaca;Cyprus;1:0;Iceland;
11/09/12 20:00;Oslo;Norway;2:1;Slovenia;
11/09/12 20:00;Tel Aviv;Israel;0:4;Russia;
11/09/12 20:00;Zenica;Bosnia-Herzegovina;4:1;Latvia;
11/09/12 20:00;London;England;1:1;Ukraine;
11/09/12 20:15;Braga;Portugal;3:0;Azerbaijan;
11/09/12 20:15;Bratislava;Slovakia;2:0;Liechtenstein;
11/09/12 20:30;Novi Sad;Serbia;6:1;Wales;
11/09/12 20:30;Malm�;Sweden;2:0;Kazakhstan;
11/09/12 20:30;Budapest;Hungary;1:4;Netherlands;
11/09/12 20:30;Bucharest;Romania;4:0;Andorra;
11/09/12 20:30;Lucerne;Switzerland;2:0;Albania;
11/09/12 20:30;Serravalle;San Marino;0:6;Montenegro;
11/09/12 20:35;Vienna;Austria;1:2;Germany;
11/09/12 20:45;Brussels;Belgium;1:1;Croatia;
11/09/12 20:45;Modena;Italy;2:0;Malta;
11/09/12 20:45;Wroclaw;Poland;2:0;Moldova;
11/09/12 21:00;Sofia;Bulgaria;1:0;Armenia;
11/09/12 21:00;Istanbul;Turkey;3:0;Estonia;
11/09/12 21:00;Saint-Denis;France;3:1;Belarus;
11/09/12 21:30;Tbilisi;Georgia;0:1;Spain;
11/09/12 21:45;Piraeus;Greece;2:0;Lithuania;
12/10/12 17:00;Torshavn;Faroe Islands;1:2;Sweden;
12/10/12 18:00;Plzen;Czech Republic;3:1;Malta;
12/10/12 18:30;Helsinki;Finland;1:1;Georgia;
12/10/12 19:00;Tirana;Albania;1:2;Iceland;
12/10/12 19:00;Moscow;Russia;1:0;Portugal;
12/10/12 19:30;Vaduz;Liechtenstein;0:2;Lithuania;
12/10/12 19:45;Cardiff;Wales;2:1;Scotland;
12/10/12 19:45;Dublin;Republic of Ireland;1:6;Germany;
12/10/12 20:00;London;England;5:0;San Marino;
12/10/12 20:15;Bratislava;Slovakia;2:1;Latvia;
12/10/12 20:30;Skopje;FYR Macedonia;1:2;Croatia;
12/10/12 20:30;Belgrade;Serbia;0:3;Belgium;
12/10/12 20:30;Rotterdam;Netherlands;3:0;Andorra;
12/10/12 20:30;Istanbul;Turkey;0:1;Romania;
12/10/12 20:30;Berne;Switzerland;1:1;Norway;
12/10/12 20:45;Maribor;Slovenia;2:1;Cyprus;
12/10/12 21:00;Yerevan;Armenia;1:3;Italy;
12/10/12 21:00;Sofia;Bulgaria;1:1;Denmark;
12/10/12 21:00;Luxembourg;Luxembourg;0:6;Israel;
12/10/12 21:00;Chisinau;Moldova;0:0;Ukraine;
12/10/12 21:00;Minsk;Belarus;0:4;Spain;
12/10/12 21:30;Tallinn;Estonia;0:1;Hungary;
12/10/12 21:45;Piraeus;Greece;0:0;Bosnia-Herzegovina;
12/10/12 22:00;Astana;Kazakhstan;0:0;Austria;
16/10/12 18:00;Tel Aviv;Israel;3:0;Luxembourg;
16/10/12 18:30;Reykjavik;Iceland;0:2;Switzerland;
16/10/12 19:00;Torshavn;Faroe Islands;1:4;Republic of Ireland;
16/10/12 19:00;Andorra La Vella;Andorra;0:1;Estonia;
16/10/12 19:00;Moscow;Russia;1:0;Azerbaijan;
16/10/12 19:00;Minsk;Belarus;2:0;Georgia;
16/10/12 20:00;Osijek;Croatia;2:0;Wales;
16/10/12 20:00;Prague;Czech Republic;0:0;Bulgaria;
16/10/12 20:00;Zenica;Bosnia-Herzegovina;3:0;Lithuania;
16/10/12 20:00;Riga;Latvia;2:0;Liechtenstein;
16/10/12 20:30;Skopje;FYR Macedonia;1:0;Serbia;
16/10/12 20:30;Budapest;Hungary;3:1;Turkey;
16/10/12 20:30;Bratislava;Slovakia;0:1;Greece;
16/10/12 20:30;Serravalle;San Marino;0:2;Moldova;
16/10/12 20:35;Vienna;Austria;4:0;Kazakhstan;
16/10/12 20:45;Brussels;Belgium;2:0;Scotland;
16/10/12 20:45;Milan;Italy;3:1;Denmark;
16/10/12 20:45;Berlin;Germany;4:4;Sweden;
16/10/12 20:45;Tirana;Albania;1:0;Slovenia;
16/10/12 20:45;Porto;Portugal;1:1;Northern Ireland;
16/10/12 21:00;Bucharest;Romania;1:4;Netherlands;
16/10/12 21:00;Larnaca;Cyprus;1:3;Norway;
16/10/12 21:00;Kyiv;Ukraine;0:1;Montenegro;
16/10/12 21:00;Madrid;Spain;1:1;France;
17/10/12 17:00;Warsaw;Poland;1:1;England;
-- qualifying for the finals in Brazil 2014 --
Date;Venue;Country;Matches;Country
07/09/12 18:45;Reykjavik;Iceland;2:0;Norway;
07/09/12 19:00;Moscow;Russia;2:0;Northern Ireland;
07/09/12 19:00;Vaduz;Liechtenstein;1:8;Bosnia-Herzegovina;
07/09/12 19:45;Cardiff;Wales;0:2;Belgium;
07/09/12 20:00;Ta'Qali;Malta;0:1;Armenia;
07/09/12 20:15;Zagreb;Croatia;1:0;FYR Macedonia;
07/09/12 20:30;Andorra La Vella;Andorra;0:5;Hungary;
07/09/12 20:30;Amsterdam;Netherlands;2:0;Turkey;
07/09/12 20:30;Ljubliana;Slovenia;0:2;Switzerland;
07/09/12 20:30;Tirana;Albania;3:1;Cyprus;
07/09/12 20:30;Podgorica;Montenegro;2:2;Poland;
07/09/12 20:45;Hanover;Germany;3:0;Faroe Islands;
07/09/12 20:45;Luxembourg;Luxembourg;1:2;Portugal;
07/09/12 21:00;Tallinn;Estonia;0:2;Romania;
07/09/12 21:00;Baku;Azerbaijan;1:1;Israel;
07/09/12 21:00;Tbilisi;Georgia;1:0;Belarus;
07/09/12 21:15;Vilnius;Lithuania;1:1;Slovakia;
07/09/12 21:30;Riga;Latvia;1:2;Greece;
07/09/12 21:30;Helsinki;Finland;0:1;France;
07/09/12 21:45;Sofia;Bulgaria;2:2;Italy;
07/09/12 21:45;Chisinau;Moldova;0:5;England;
07/09/12 22:00;Astana;Kazakhstan;1:2;Republic of Ireland;
08/09/12 15:00;Glasgow;Scotland;0:0;Serbia;
08/09/12 20:15;Copenhagen;Denmark;0:0;Czech Republic;
11/09/12 19:45;Belfast;Northern Ireland;1:1;Luxembourg;
11/09/12 20:00;Glasgow;Scotland;1:1;FYR Macedonia;
11/09/12 20:00;Larnaca;Cyprus;1:0;Iceland;
11/09/12 20:00;Oslo;Norway;2:1;Slovenia;
11/09/12 20:00;Tel Aviv;Israel;0:4;Russia;
11/09/12 20:00;Zenica;Bosnia-Herzegovina;4:1;Latvia;
11/09/12 20:00;London;England;1:1;Ukraine;
11/09/12 20:15;Braga;Portugal;3:0;Azerbaijan;
11/09/12 20:15;Bratislava;Slovakia;2:0;Liechtenstein;
11/09/12 20:30;Novi Sad;Serbia;6:1;Wales;
11/09/12 20:30;Malm�;Sweden;2:0;Kazakhstan;
11/09/12 20:30;Budapest;Hungary;1:4;Netherlands;
11/09/12 20:30;Bucharest;Romania;4:0;Andorra;
11/09/12 20:30;Lucerne;Switzerland;2:0;Albania;
11/09/12 20:30;Serravalle;San Marino;0:6;Montenegro;
11/09/12 20:35;Vienna;Austria;1:2;Germany;
11/09/12 20:45;Brussels;Belgium;1:1;Croatia;
11/09/12 20:45;Modena;Italy;2:0;Malta;
11/09/12 20:45;Wroclaw;Poland;2:0;Moldova;
11/09/12 21:00;Sofia;Bulgaria;1:0;Armenia;
11/09/12 21:00;Istanbul;Turkey;3:0;Estonia;
11/09/12 21:00;Saint-Denis;France;3:1;Belarus;
11/09/12 21:30;Tbilisi;Georgia;0:1;Spain;
11/09/12 21:45;Piraeus;Greece;2:0;Lithuania;
12/10/12 17:00;Torshavn;Faroe Islands;1:2;Sweden;
12/10/12 18:00;Plzen;Czech Republic;3:1;Malta;
12/10/12 18:30;Helsinki;Finland;1:1;Georgia;
12/10/12 19:00;Tirana;Albania;1:2;Iceland;
12/10/12 19:00;Moscow;Russia;1:0;Portugal;
12/10/12 19:30;Vaduz;Liechtenstein;0:2;Lithuania;
12/10/12 19:45;Cardiff;Wales;2:1;Scotland;
12/10/12 19:45;Dublin;Republic of Ireland;1:6;Germany;
12/10/12 20:00;London;England;5:0;San Marino;
12/10/12 20:15;Bratislava;Slovakia;2:1;Latvia;
12/10/12 20:30;Skopje;FYR Macedonia;1:2;Croatia;
12/10/12 20:30;Belgrade;Serbia;0:3;Belgium;
12/10/12 20:30;Rotterdam;Netherlands;3:0;Andorra;
12/10/12 20:30;Istanbul;Turkey;0:1;Romania;
12/10/12 20:30;Berne;Switzerland;1:1;Norway;
12/10/12 20:45;Maribor;Slovenia;2:1;Cyprus;
12/10/12 21:00;Yerevan;Armenia;1:3;Italy;
12/10/12 21:00;Sofia;Bulgaria;1:1;Denmark;
12/10/12 21:00;Luxembourg;Luxembourg;0:6;Israel;
12/10/12 21:00;Chisinau;Moldova;0:0;Ukraine;
12/10/12 21:00;Minsk;Belarus;0:4;Spain;
12/10/12 21:30;Tallinn;Estonia;0:1;Hungary;
12/10/12 21:45;Piraeus;Greece;0:0;Bosnia-Herzegovina;
12/10/12 22:00;Astana;Kazakhstan;0:0;Austria;
16/10/12 18:00;Tel Aviv;Israel;3:0;Luxembourg;
16/10/12 18:30;Reykjavik;Iceland;0:2;Switzerland;
16/10/12 19:00;Torshavn;Faroe Islands;1:4;Republic of Ireland;
16/10/12 19:00;Andorra La Vella;Andorra;0:1;Estonia;
16/10/12 19:00;Moscow;Russia;1:0;Azerbaijan;
16/10/12 19:00;Minsk;Belarus;2:0;Georgia;
16/10/12 20:00;Osijek;Croatia;2:0;Wales;
16/10/12 20:00;Prague;Czech Republic;0:0;Bulgaria;
16/10/12 20:00;Zenica;Bosnia-Herzegovina;3:0;Lithuania;
16/10/12 20:00;Riga;Latvia;2:0;Liechtenstein;
16/10/12 20:30;Skopje;FYR Macedonia;1:0;Serbia;
16/10/12 20:30;Budapest;Hungary;3:1;Turkey;
16/10/12 20:30;Bratislava;Slovakia;0:1;Greece;
16/10/12 20:30;Serravalle;San Marino;0:2;Moldova;
16/10/12 20:35;Vienna;Austria;4:0;Kazakhstan;
16/10/12 20:45;Brussels;Belgium;2:0;Scotland;
16/10/12 20:45;Milan;Italy;3:1;Denmark;
16/10/12 20:45;Berlin;Germany;4:4;Sweden;
16/10/12 20:45;Tirana;Albania;1:0;Slovenia;
16/10/12 20:45;Porto;Portugal;1:1;Northern Ireland;
16/10/12 21:00;Bucharest;Romania;1:4;Netherlands;
16/10/12 21:00;Larnaca;Cyprus;1:3;Norway;
16/10/12 21:00;Kyiv;Ukraine;0:1;Montenegro;
16/10/12 21:00;Madrid;Spain;1:1;France;
17/10/12 17:00;Warsaw;Poland;1:1;England;
-- qualifying for the finals in Brazil 2014 --
-- Europe, September
Loading