| 1 |
0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.cycle AS cycle_5 FROM classroom t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.cycle AS cycle_5 FROM classroom t0;
|
| 2 |
0.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.cycle AS cycle_5 FROM classroom t0 WHERE t0.slug = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.cycle AS cycle_5 FROM classroom t0 WHERE t0.slug = 'ce1' LIMIT 1;
|
| 3 |
0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.classroom_id AS classroom_id_5 FROM subject t0 WHERE t0.classroom_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.classroom_id AS classroom_id_5 FROM subject t0 WHERE t0.classroom_id = 4;
|
| 4 |
0.35 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = 16;
|
| 5 |
0.23 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = 17;
|
| 6 |
0.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = 18;
|
| 7 |
0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.slug AS slug_4, t0.course AS course_5, t0.mindmap AS mindmap_6, t0.subject_id AS subject_id_7 FROM chapter t0 WHERE t0.subject_id = 19;
|