Level 122
You have to try something then ask how to improve it rather than have us do your assignment for you
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How can I execute this sql query in laravel?
SELECT * FROM `examination` WHERE `id` in (select `exam_id` from
`exam_supervision` where `lecturer_id` in (select `id` from `lecturers` where `id`=1));
Laravel seems so confusin. Can anyone please give me the exact laravel query?
thanks
Please or to participate in this conversation.