Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/*
ARBORESCENCE DU PROJET
======================
mobile_phones/
├── db.php          (Connexion)
├── index.php       (Liste et recherche)
├── stats.php       (Statistiques SQL)
└── README.txt      (Instructions)
*/

INSTALLATION
============
1. Importer mobile_phone.sql dans MySQL
2. Modifier db.php avec vos identifiants
3. Placer les fichiers dans le dossier web 
4. Accéder via http://localhost

CONCEPTS SQL COUVERTS
======================
✓ PROJECTION: SELECT colonnes ciblées
✓ RESTRICTION: WHERE avec filtres dynamiques
✓ JOINTURE: INNER JOIN (brands, models, specifications, cameras)
✓ AGRÉGATS: COUNT, AVG, MIN, MAX
✓ GROUPEMENT: GROUP BY + HAVING
✓ TRI: ORDER BY (dynamique)
✓ SOUS-REQUÊTES: Téléphone max par marque

PAGES
=====
- index.php: Liste + recherche + tri
- stats.php: 4 analyses SQL avancées

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages