Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh415:tp [2013/11/05 12:37]
stefeppe
teaching:infoh415:tp [2019/10/08 16:33]
gdejaege
Line 2: Line 2:
  
 ===== Active databases ===== ===== Active databases =====
 +
 +==== Before Session 1 ====
 +If you are planning on working on your own laptop, please download and install the following before the first exercice session:
 +    * [[https://​docs.microsoft.com/​en-us/​sql/​ssms/​download-sql-server-management-studio-ssms?​view=sql-server-2017|SQL Server Management Studio]] ​
 +    * [[https://​www.microsoft.com/​en-us/​sql-server/​sql-server-editions-express|SQL Server Express]]
 +
  
 ==== Session 1 :  Exercises "​PhD"​ ==== ==== Session 1 :  Exercises "​PhD"​ ====
  
-  * {{:​teaching:​infoh415:​infoh415_tp01_slides.pdf|Intro + recap}} +  * {{:​teaching:​infoh415:​infoh415_tp01_slides_2019.pdf|Slides: ​Intro + recap}} 
-  * {{:​teaching:​infoh415:​infoh415_tp01_exercices.pdf|Exercises + solutions}}+  * {{:​teaching:​infoh415:​infoh415_tp01_exercices_2018.pdf|Exercises + Solutions}}
   * {{teaching:​infoh415:​sdi_actives_phd_scripts.zip|SQL Server Scripts}}   * {{teaching:​infoh415:​sdi_actives_phd_scripts.zip|SQL Server Scripts}}
 +  * The first exercice session will take place in UB4.130
  
  
-==== Sessions 2 and 3 : Exercises "​Employees Departments Projects"​ ====+==== UB4.126: ​Sessions 2 and 3 : Exercises "​Employees Departments Projects"​ ====
  
-  * {{:​teaching:​infoh415:​infoh415_tp02_03_slides.pdf|Recap}} +  ​* These sessions take exceptionally place in UB4.126 ​  
-  * {{:​teaching:​infoh415:​infoh415_tp02_03_exercices.pdf|Exercises + Solutions ​(Updated: **all** exercises)}}+  ​* {{:​teaching:​infoh415:​2019_infoh415_tp02_03_slides.pdf|Recap}} 
 +  * {{:​teaching:​infoh415:​2018_infoh415_tp02_03_exercices_updated.pdf|Exercises + Solutions}}
   * {{teaching:​infoh415:​sdi_actives_constraints_scripts.zip|SQL Server Scripts}}   * {{teaching:​infoh415:​sdi_actives_constraints_scripts.zip|SQL Server Scripts}}
  
-===== Temporal databases ===== 
  
-==== Sessions 4, 5 and 6 ==== 
  
-/*  * {{teaching:​infoh415:​sdi_temporal_slides01.pdf|Recap 1 (French version)}} */  
-/*  * {{:​teaching:​infoh415:​sdi_temporal_slides02.pdf|Recap 2 (French version)}} */ 
-  * {{:​teaching:​infoh415:​infoh415_temporal_slides.pdf|Recap}} 
-  * {{teaching:​infoh415:​sdi_temporal_exercices.pdf|Exercises and solutions}} 
-  * {{teaching:​infoh415:​sdi_temporal_scripts.zip|SQL Server Scripts}} 
  
  
-===== Object ​databases =====+===== Graph databases =====
  
-==== Session 7: Object-Relational ​==== +==== Sessions 4, ... ? ====
-<note warning>​ +
-**5 November: Exercise session cancelled!**+
  
-Due to a call at the faculty level (received only yesterday evening!) for a protest meeting, the exercise session of today (Tue, 5 November) is cancelledIt is postponed ​to a date that still has to be defined.+The commands needed ​to start the server are written here underDo not forget ​to first select the correct databasa as written in the assignment.
  
-I apologise for the inconvenience ​and thank you for you understanding!+In Linux, login, then open a terminal window ​and type the following commands:
  
-Best regards, +cd /tmp
-Stefan</note>+
  
-/+tar xJf /serveur/​neo4j.tar.xz
-  *{{:​teaching:​infoh415:​sdi_object_slides_oracle2.pdf|Slides}} +
-  *{{:​teaching:​infoh415:​object-relational.pdf|Exercises and solutions}}+
  
-==== Session 8: Linq(SQL) ==== +cd neo4j
-  *{{:​teaching:​infoh415:​sdi_object_linq_sql_slides.pdf|Slides}} +
-  *{{:​teaching:​infoh415:​sdi_object_linq_sql.pdf|Exercises and solutions}} +
-  *[[http://​northwinddatabase.codeplex.com/​|Northwind schema reference]]+
  
-==== Session 9: Linq(XML) ==== +./bin/neo4j console
-  *{{:​teaching:​infoh415:​sdi_object_slides_linq_xml.pdf|Slides}} +
-  *{{:​teaching:​infoh415:​sdi_object_linq_xml.pdf|Exercises and Solutions}} +
-  *[[http://msdn.microsoft.com/​en-us/​library/​bb308960.aspx|Linq-to-xml tutorial]] +
-  *[[http://​www.sergeboucher.com/​storage/​teaching/​infoh415/​dblp.xml.zip|XML dataset]]+
  
-===== Spatial databases ===== 
  
-==== Session 10: PostGIS ==== +This will launch the serverThe address where you can execute your queries should appear in the terminal.
-  * {{:​teaching:​infoh415:​infoh415_postgis_exercises.pdf|Exercises}} +
-  * [[http://​brangaine.ulb.ac.be/​insertion.sql|insertion.sql]] +
-  * [[http://​brangaine.ulb.ac.be/​shapefiles.tar.gz|Shapefiles]] +
-  * {{:​teaching:​infoh415:​infoh415_postgis_solutions.txt.zip|Solutions}}+
  
-==== Session 10: PostGIS Raster ==== +  ​* {{:​teaching:​infoh415:​assigment_graph.pdf|Exercices on Graph Databases}} 
-  ​* {{:​teaching:​infoh415:​infoh415_postgis_raster.pdf|Exercises}} +/*  * {{:​teaching:​infoh415:​graph_db_solutions_1819.pdf|Corrections}} */
-  {{:​teaching:​infoh415:​infoh415_postgis_generate.sql.zip|generate.sql}} +
-  * {{:​teaching:​infoh415:​infoh415_postgis_bel_alt.zip|Altitude dataset}} +
-  ​{{:​teaching:​infoh415:​infoh415_postgis_raster_solutions.txt.zip|Solutions}}+
  
-==== Session ​11: Oracle ​Spatial ​==== + 
-  * {{:​teaching:​infoh415:​infoh415_sdi_spatial_oracle.pdf|Exercises}}+===== Temporal databases ===== 
 + 
 +==== Sessions 7, 8 and 9 ==== 
 +  * {{:​teaching:​infoh415:​infoh415_tp04_05_06_slides1.pdf|Recap}} 
 +  * {{:​teaching:​infoh415:​infoh415_tp04_05_06_exercices.pdf|Exercises and solutions}} 
 +  * {{:​teaching:​infoh415:​infoh415_1415_tp04_05_06_scripts.zip|SQL Server Scripts}} 
 +  * {{:​teaching:​infoh415:​infoh415_tp05_ex10.pdf|Explanation of 10th query exercise}} 
 +  * {{:​teaching:​infoh415:​ex10_aggregation_step_by_step.pdf|10th query step by step drawing}} 
 + 
 + 
 +/* 
 +===== Object databases ===== 
 + 
 +==== Session 7 : LINQ (SQL) ==== 
 + 
 +  * {{:​teaching:​infoh415:​sdi_object_linq_sql_slides.pdf|Slides}} 
 +  * {{:​teaching:​infoh415:​sdi_object_linq_sql.pdf|Exercises and solutions}} 
 + 
 +==== Session 8 : LINQ (XML) ==== 
 +  * {{:​teaching:​infoh415:​infoh415_tp08_linq-xml_slides.pdf|Slides}} 
 +  * {{:​teaching:​infoh415:​infoh415_tp08_linq-xml_exercises.pdf|Exercises and solutions}} 
 +  * {{:​teaching:​infoh415:​dblp-100k.zip|DPLP Xml file}} 
 + 
 +==== Session ​Object relational databases (Oracle==== 
 + 
 +  * {{:​teaching:​infoh415:​sdi_object_slides_oracle.pdf|Slides}} 
 +  * {{:​teaching:​infoh415:​object-relational.pdf|Exercises ​and solutions}} 
 +  * [[https://​docs.oracle.com/​cd/​B28359_01/​appdev.111/​b28371/​toc.htm|On-line Oracle documentation]]
 */ */
 +
 +===== Spatial databases (PostGIS) =====
 +
 +==== Session 10 ====
 +
 +  * {{:​teaching:​infoh415:​infoh415_tp_10_exercices_solutions_2018.pdf|Exercises}}
 +  * {{:​teaching:​infoh415:​infoh415_postgis_insertion.zip|}}
 +  * {{:​teaching:​infoh415:​shapefiles.zip}}
 +  * {{:​teaching:​infoh415:​tp_10_txt_corrections.zip|}}
 +  * {{:​teaching:​infoh415:​shapefiles.tar.gz}}
 +  * [[http://​postgis.net/​docs/​index.html|On-line PostGIS documentation]]
 +  * [[http://​postgis.net/​docs/​reference.html#​Management_Functions|On-line PostGIS documentation - Command reference]]
 +
 +==== Session 11 ====
 +
 +  * {{:​teaching:​infoh415:​infoh415_postgis_bel_alt.zip|bel_alt.vrt}}
 +  * {{:​teaching:​infoh415:​infoh415_postgis_generate.sql.zip|}}
 +  * {{:​teaching:​infoh415:​infoh415_tp11_exercices.pdf|Exercices}}
 +  * {{:​teaching:​infoh415:​infoh415_tp11_slides.pdf|Slides}}
 +  * {{:​teaching:​infoh415:​infoh415_tp11_commands_and_corrections.zip|Corrections and commands}}
 +
 +==== Session 12 ====
 +
 +  * {{:​teaching:​infoh415:​infoh415_2018_tp12_exercices.pdf|Exercices}}
 +  * {{:​teaching:​infoh415:​initialisation.zip|Initialisation script}}
 +  * {{:​teaching:​infoh415:​spatial_reference_guide.pdf|References}}
 
teaching/infoh415/tp.txt · Last modified: 2024/02/15 11:03 by ezimanyi