Part des ventes d'un produit - Exercice SQL

  Рет қаралды 1,294

Yann Bidon

Yann Bidon

Күн бұрын

Nouvel exercice SQL où cette fois, on s'intéresse à la part des ventes d'un produit par mois. Amusez vous bien. Le script est ci-dessous :
CREATE TABLE `commande`
( `id` INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT ,
`date` DATETIME NOT NULL ,
`produit` INT NOT NULL ,
`montant` DECIMAL NOT NULL ) ;
INSERT INTO `commande`(`date`, `produit`, `montant`) VALUES
('20171210',1,200),
('20171210',2,200),
('20171210',2,200),
('20171210',2,200),
('20171210',2,200),
('20171110',1,200),
('20171110',2,200),
('20171110',2,200),
('20171110',2,200),
('20180110',1,200),
('20180110',2,200),
('20180110',2,200),
('20180110',2,200),
('20180110',2,200),
('20180110',2,200),
('20180110',2,200),
('20180110',2,200);

Пікірлер: 3
@hissenesarwalson6206
@hissenesarwalson6206 6 жыл бұрын
Un exercice très important pour comprendre les requêtes sql. Je m'y mets tout de suite pour chercher.... A plus.
@YannBidon
@YannBidon 6 жыл бұрын
Merci de l'engouement et bon courage pour tes recherches ;) .
@hissenesarwalson6206
@hissenesarwalson6206 6 жыл бұрын
Yann Bidon Merci....
Le GROUP BY - Comprendre le SQL
11:28
Yann Bidon
Рет қаралды 7 М.
English or Spanish 🤣
00:16
GL Show
Рет қаралды 15 МЛН
What will he say ? 😱 #smarthome #cleaning #homecleaning #gadgets
01:00
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 40 МЛН
06 - les Systèmes d'Information - Modèle en cascade
2:36
Les autonomous system (AS) - Comprendre comment marche Internet
16:13
5 - L'instruction SELECT - Comprendre le SQL
15:21
Yann Bidon
Рет қаралды 11 М.
Aimer est plus fort que d'être aimer - Daniel Balavoine
4:11
VISA SCHENGEN : LE BUSINESS DU REFUS
9:38
AJ+ français
Рет қаралды 90 М.
Comment marche le phishing
9:27
Yann Bidon
Рет қаралды 18 М.