Запросы по опбд

2024-12-13 15:33 | Публичная
select * from course, exams, student where id_student=rk_student and id_course=rk_course
select surname, date_start, title, hours, score from (select * from course, exams, student where id_student=rk_student and id_course=rk_course and score=2) as my_subquery
Вернуться ко Всем Вставкам
Открыть чат
Чат с Send-Code AI Закрыть чат