0.39 ms (22.74%)
|
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.password AS password_4, t0.firstName AS firstName_5, t0.lastName AS lastName_6, t0.numeroId AS numeroId_7, t0.statut AS statut_8, t0.identifiantRfid AS identifiantRfid_9, t0.tempsPresenceTotal AS tempsPresenceTotal_10, t0.isVerified AS isVerified_11, t0.createdAt AS createdAt_12, t0.derniereConnexion AS derniereConnexion_13, t0.notificationEmail AS notificationEmail_14, t0.notificationPush AS notificationPush_15, t0.rappelReservation AS rappelReservation_16, t0.theme AS theme_17, t0.langue AS langue_18 FROM UTILISATEUR t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.password AS password_4, t0.firstName AS firstName_5, t0.lastName AS lastName_6, t0.numeroId AS numeroId_7, t0.statut AS statut_8, t0.identifiantRfid AS identifiantRfid_9, t0.tempsPresenceTotal AS tempsPresenceTotal_10, t0.isVerified AS isVerified_11, t0.createdAt AS createdAt_12, t0.derniereConnexion AS derniereConnexion_13, t0.notificationEmail AS notificationEmail_14, t0.notificationPush AS notificationPush_15, t0.rappelReservation AS rappelReservation_16, t0.theme AS theme_17, t0.langue AS langue_18 FROM UTILISATEUR t0 WHERE t0.id = 2;
|
0.34 ms (19.85%)
|
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image AS image_4, t0.categorie AS categorie_5, t0.niveau AS niveau_6, t0.duree AS duree_7, t0.formateur AS formateur_8, t0.placesTotales AS placesTotales_9, t0.objectifs AS objectifs_10, t0.prerequis AS prerequis_11, t0.materielFourni AS materielFourni_12, t0.badgeId AS badgeId_13 FROM FORMATION t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image AS image_4, t0.categorie AS categorie_5, t0.niveau AS niveau_6, t0.duree AS duree_7, t0.formateur AS formateur_8, t0.placesTotales AS placesTotales_9, t0.objectifs AS objectifs_10, t0.prerequis AS prerequis_11, t0.materielFourni AS materielFourni_12, t0.badgeId AS badgeId_13 FROM FORMATION t0 WHERE t0.id = 1;
|
0.31 ms (18.06%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.icone AS icone_4, t0.createdAt AS createdAt_5 FROM BADGE t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.icone AS icone_4, t0.createdAt AS createdAt_5 FROM BADGE t0 WHERE t0.id = 1;
|
0.30 ms (17.25%)
|
1 |
SELECT t0.id AS id_1, t0.score AS score_2, t0.completed AS completed_3, t0.dateDebut AS dateDebut_4, t0.dateEnd AS dateEnd_5, t0.userId AS userId_6, t0.formationId AS formationId_7 FROM PROGRESSION t0 WHERE t0.formationId = ? ORDER BY t0.dateDebut DESC
SELECT t0.id AS id_1, t0.score AS score_2, t0.completed AS completed_3, t0.dateDebut AS dateDebut_4, t0.dateEnd AS dateEnd_5, t0.userId AS userId_6, t0.formationId AS formationId_7 FROM PROGRESSION t0 WHERE t0.formationId = 1 ORDER BY t0.dateDebut DESC;
|
0.21 ms (12.05%)
|
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.videoUrl AS videoUrl_4, t0.ordre AS ordre_5, t0.createdAt AS createdAt_6, t0.formationId AS formationId_7 FROM SECTION t0 WHERE t0.formationId = ? ORDER BY t0.ordre ASC
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.videoUrl AS videoUrl_4, t0.ordre AS ordre_5, t0.createdAt AS createdAt_6, t0.formationId AS formationId_7 FROM SECTION t0 WHERE t0.formationId = 1 ORDER BY t0.ordre ASC;
|
0.17 ms (10.04%)
|
1 |
SELECT t0.id AS id_1, t0.noteMinimale AS noteMinimale_2, t0.formationId AS formationId_3, t0.sectionId AS sectionId_4 FROM QUIZ t0 WHERE t0.formationId = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.noteMinimale AS noteMinimale_2, t0.formationId AS formationId_3, t0.sectionId AS sectionId_4 FROM QUIZ t0 WHERE t0.formationId = 1 ORDER BY t0.id ASC;
|