Dbm (discuter | contributions) (Page créée avec « Approfondi ») |
Dbm (discuter | contributions) |
||
Ligne 1 : | Ligne 1 : | ||
− | + | '''PROGRAMME DE COURS COMPLET (version 2018)''' | |
+ | |||
+ | :Ce second parcours couvre de manière détaillée un ensemble raisonnablement complet de connaissances nécessaires à la compréhension, à l'utilisation et au développement de bases de données relationnelles et relationnelles objet. Il est destiné plus particulièrement à l'étudiant en informatique et au professionnel des bases de données, qu'il soit analyste, programmeur ou administrateur de bases de données. Il intéressera également le lecteur du parcours introductif désireux d'approfondir l'un ou l'autre point tel que la normalisation, les SGBD, le modèle Entité-association, UML, la rétro-ingénierie ou les outils de conception de bases de données. | ||
+ | |||
+ | :Les annexes apportent des compléments techniques, théoriques ou applicatifs. | ||
+ | |||
+ | :A l'exception des annexes, les documents de support du cours se présentent sous la forme de diaporamas en Powerpoint. Les supports des chapitres 15, 16, 18, 19, 20 et 21 sont rédigés de manière ''raisonnablement'' autonome, de sorte qu'il n'est pas indispensable d'utiliser au préalable leurs versions simplifiées des chapitres 11, 12, 13 et 14. Le support du chapitre 5 n'est pas disponible pour l'instant. | ||
+ | |||
+ | [[DUNOD2018|<Retour à la page de l'ouvrage>]] | ||
+ | |||
+ | {| border="1" | ||
+ | | colspan="3" | <center>'''CONCEPTS DES BASES DE DONNEES'''</center> | ||
+ | |- | ||
+ | | bgcolor="#00FF00" | Leçon | ||
+ | | bgcolor="#00FF00" | Support de cours | ||
+ | | bgcolor="#00FF00" | Partie de l'ouvrage | ||
+ | |- | ||
+ | | Concepts des bases de données | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-02/JLH-02-Concepts-des-bases-de-donnees.ppt JLH-02-Concepts-des-bases-de-donnees.ppt] | ||
+ | | Chapitre 2 | ||
+ | |- | ||
+ | | Modèle relationnel et normalisation | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-03/JLH-03-Modele-relationnel-et-normalisation.ppt JLH-03-Modele-relationnel-et-normalisation.ppt] | ||
+ | | Chapitre 3 | ||
+ | |- | ||
+ | | Implémentation des structures de données | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-04/JLH-04-Elements-de-technologie-(1).ppt JLH-04-Elements-de-technologie-(1).ppt]; [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-04/JLH-04-Elements-de-technologie-(2).ppt JLH-04-Elements-de-technologie-(2).ppt] | ||
+ | | Chapitre 4 | ||
+ | |- | ||
+ | | Les systèmes de gestion de bases de données | ||
+ | | | ||
+ | | Chapitre 5 | ||
+ | |- | ||
+ | | colspan="3" | <center>'''UTILISATION DES BASES DE DONNEES'''</center> | ||
+ | |- | ||
+ | | bgcolor="#00FF00" | Leçon | ||
+ | | bgcolor="#00FF00" | Support de cours | ||
+ | | bgcolor="#00FF00" | Partie de l'ouvrage | ||
+ | |- | ||
+ | | Le langage SQL DDL | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-06/JLH-06-SQL-DDL.ppt JLH-06-SQL-DDL.ppt] | ||
+ | | Chapitre 6 | ||
+ | |- | ||
+ | | Le langage SQL DML (1) | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-07/JLH-07-SQL-DML-(1).ppt JLH-07-SQL-DML-(1).ppt] | ||
+ | | Chapitre 7 | ||
+ | |- | ||
+ | | Le langage SQL DML (2) | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-08/JLH-08-SQL-DML-(2).ppt JLH-08-SQL-DML-(2).ppt] | ||
+ | | Chapitre 8 | ||
+ | |- | ||
+ | | Le langage SQL avancé | ||
+ | |[http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-09/JLH-09-SQL-Avancé-(1).ppt JLH-09-SQL-Avancé-(1).ppt]; [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-09/JLH-09-SQL-Avancé-(2).ppt JLH-09-SQL-Avancé-(2).ppt] | ||
+ | | Chapitre 9 | ||
+ | |- | ||
+ | | colspan="3" | <center>'''DEVELOPPEMENT D'UNE BASE DE DONNEES'''</center> | ||
+ | |- | ||
+ | | bgcolor="#00FF00" | Leçon | ||
+ | | bgcolor="#00FF00" | Support de cours | ||
+ | | bgcolor="#00FF00" | Partie de l'ouvrage | ||
+ | |- | ||
+ | | Méthodologie des bases de données | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-15/Methodologie-des-BD-(long)-(Methodologie).ppt Methodologie-des-BD-(Methodologie).ppt] | ||
+ | | Chapitre 15 | ||
+ | |- | ||
+ | | Le modèle Entité-association étendu | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-16/Methodologie-des-BD-(long)-(Modele-EA-etendu).ppt Methodologie-des-BD-(Modele-EA-etendu).ppt] | ||
+ | | Chapitre 16 | ||
+ | |- | ||
+ | | Analyse conceptuelle du domaine d'application | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-18/Methodologie-des-BD-(long)-(Analyse-conceptuelle).ppt Methodologie-des-BD-(long)-(Analyse-conceptuelle).ppt] | ||
+ | | Chapitre 18 | ||
+ | |- | ||
+ | | Conception logique d'une BD relationnelle | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-19/Methodologie-des-BD-(long)-(Conception-logique-relat).ppt Methodologie-des-BD-(Conception-logique-relat).ppt] | ||
+ | | Chapitre 19 | ||
+ | |- | ||
+ | | Conception physique d'une BD relationnelle | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-20/Methodologie-des-BD-(long)-(Conception-physique).ppt Methodologie-des-BD-(Conception-physique).ppt] | ||
+ | | Chapitre 20 | ||
+ | |- | ||
+ | | Production du code d'une BD | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-21/Methodologie-des-BD-(long)-(Production-code).ppt Methodologie-des-BD-(Production-code).ppt] | ||
+ | | Chapitre 21 | ||
+ | |- | ||
+ | | Etudes de cas | ||
+ | | | ||
+ | | Chapitre 23 | ||
+ | |- | ||
+ | | colspan="3" | <center>'''COMPLEMENTS FACULTATIFS'''</center> | ||
+ | |- | ||
+ | | bgcolor="#00FF00" | Thématique | ||
+ | | bgcolor="#00FF00" | Textes et support de cours | ||
+ | | bgcolor="#00FF00" | Partie de l'ouvrage | ||
+ | |- | ||
+ | | Les diagrammes de classes UML | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Chapitres/Chapitre-16/JLH_UML_EA.pdf JLH_UML_EA.pdf] | ||
+ | | Chapitre 16 | ||
+ | |- | ||
+ | | Rétro-ingénierie d'une base de données | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/DBRE/WCRE09-Keynote-2009-10-16.zip Tutoriel WCRE'2009]; [http://www.info.fundp.ac.be/~dbm/Documents/Publications-LIBD/Ouvrages-Web/Database-Reverse-Engineering/DBRE-2002.pdf DBRE-2002.pdf]; [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2012/Chapitres/Chapitre-21/Chap21-Projet-Retro-ingenierie.pdf Chap21-Projet-Retro-ingenierie.pdf] | ||
+ | | Chapitre 21 | ||
+ | |- | ||
+ | | Exercices additionnels | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-A/JLH-A-Exercices-resolus.pdf JLH-A-Exercices-resolus.pdf] | ||
+ | | Annexe A | ||
+ | |- | ||
+ | | SQL, les ensembles et la logique | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-B/JLH-B-Ensembles-et-Logique.pdf JLH-B-Ensembles-et-Logique.pdf] | ||
+ | | Annexe B | ||
+ | |- | ||
+ | | Applications avancées des bases de données | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-C/JLH-C-Applications-avancees.pdf JLH-C-Applications-avancees.pdf] | ||
+ | | Annexe C | ||
+ | |- | ||
+ | | Conventions graphiques | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-D/JLH-D-Graphique-ER.pdf JLH-D-Graphique-ER.pdf] | ||
+ | | Annexe D | ||
+ | |- | ||
+ | | Transformations de schémas | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-E/JLH-E-Transfos.pdf JLH-E-Transfos.pdf]; [http://www.info.fundp.ac.be/~dbm/Documents/Tutorials/Transformation/Tutorial-BDA-2009.zip Tutoriel BDA-2009] | ||
+ | | Annexe E | ||
+ | |- | ||
+ | | Etudes de cas - Saison 2 | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-F/JLH-F-Etudes-de-cas.pdf JLH-F-Etudes-de-cas.pdf] | ||
+ | | Annexe F | ||
+ | |- | ||
+ | | Conception logique d'une BD relationnelle objet | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-G/JLH-G-Conception-logique-ORel.pdf JLH-G-Conception-logique-ORel.pdf] | ||
+ | | Annexe G | ||
+ | |- | ||
+ | | Compléments de technologie | ||
+ | | [http://www.info.fundp.ac.be/~dbm/Documents/Ouvrages/Dunod-2018/Annexes/Annexe-H/JLH-H-Complements-de-technologie.pdf JLH-H-Complements-de-technologie.pdf] | ||
+ | | Annexe H | ||
+ | |} |
PROGRAMME DE COURS COMPLET (version 2018)
<Retour à la page de l'ouvrage>
| ||
Leçon | Support de cours | Partie de l'ouvrage |
Concepts des bases de données | JLH-02-Concepts-des-bases-de-donnees.ppt | Chapitre 2 |
Modèle relationnel et normalisation | JLH-03-Modele-relationnel-et-normalisation.ppt | Chapitre 3 |
Implémentation des structures de données | JLH-04-Elements-de-technologie-(1).ppt; JLH-04-Elements-de-technologie-(2).ppt | Chapitre 4 |
Les systèmes de gestion de bases de données | Chapitre 5 | |
| ||
Leçon | Support de cours | Partie de l'ouvrage |
Le langage SQL DDL | JLH-06-SQL-DDL.ppt | Chapitre 6 |
Le langage SQL DML (1) | JLH-07-SQL-DML-(1).ppt | Chapitre 7 |
Le langage SQL DML (2) | JLH-08-SQL-DML-(2).ppt | Chapitre 8 |
Le langage SQL avancé | JLH-09-SQL-Avancé-(1).ppt; JLH-09-SQL-Avancé-(2).ppt | Chapitre 9 |
| ||
Leçon | Support de cours | Partie de l'ouvrage |
Méthodologie des bases de données | Methodologie-des-BD-(Methodologie).ppt | Chapitre 15 |
Le modèle Entité-association étendu | Methodologie-des-BD-(Modele-EA-etendu).ppt | Chapitre 16 |
Analyse conceptuelle du domaine d'application | Methodologie-des-BD-(long)-(Analyse-conceptuelle).ppt | Chapitre 18 |
Conception logique d'une BD relationnelle | Methodologie-des-BD-(Conception-logique-relat).ppt | Chapitre 19 |
Conception physique d'une BD relationnelle | Methodologie-des-BD-(Conception-physique).ppt | Chapitre 20 |
Production du code d'une BD | Methodologie-des-BD-(Production-code).ppt | Chapitre 21 |
Etudes de cas | Chapitre 23 | |
| ||
Thématique | Textes et support de cours | Partie de l'ouvrage |
Les diagrammes de classes UML | JLH_UML_EA.pdf | Chapitre 16 |
Rétro-ingénierie d'une base de données | Tutoriel WCRE'2009; DBRE-2002.pdf; Chap21-Projet-Retro-ingenierie.pdf | Chapitre 21 |
Exercices additionnels | JLH-A-Exercices-resolus.pdf | Annexe A |
SQL, les ensembles et la logique | JLH-B-Ensembles-et-Logique.pdf | Annexe B |
Applications avancées des bases de données | JLH-C-Applications-avancees.pdf | Annexe C |
Conventions graphiques | JLH-D-Graphique-ER.pdf | Annexe D |
Transformations de schémas | JLH-E-Transfos.pdf; Tutoriel BDA-2009 | Annexe E |
Etudes de cas - Saison 2 | JLH-F-Etudes-de-cas.pdf | Annexe F |
Conception logique d'une BD relationnelle objet | JLH-G-Conception-logique-ORel.pdf | Annexe G |
Compléments de technologie | JLH-H-Complements-de-technologie.pdf | Annexe H |