Introduction
  • Introduction
  • IMPORTANT : Comment suivre le cours ?
Préparation Environnement de travail
  • Installation de MySQL Server et MySQL Workbench - Windows
  • Importer base de données
Fondamentaux des requêtes SQL
  • SELECT
  • SELECT DISTINCT
  • WHERE
  • AS (alias)
  • COUNT
  • LIMIT
  • ORDER BY
  • LIKE
  • IN
  • BETWEEN
  • Fonctions d’agrégations
  • GROUP BY
  • HAVING
  • Fondamentaux de SQL
Jointures
  • Introduction Jointures
  • Types de Jointures
  • Inner Join
  • Left Join
  • Right Join
  • Union
  • Jointures
SQL Avancé
  • Introduction Section 6
  • Fonctions de dates et d’heures
  • Fonctions mathématiques
  • Fonctions de chaîne caractère
  • Sous-requêtes
Création de bases de données et tables
  • Introduction Section 7
  • Types de données
  • Clé primaire
  • Clé étrangère
  • Create Table
  • Insert
  • Update
  • Delete
  • Alter Table
  • Drop Table
Vues
  • Introduction et Créations des Vues
  • Renommer et Supprimer une Vue