tgoop.com » United States » SQL задачи » Telegram web » Post 1066 SQL задачи Какой из запросов отобразит всех учащихся с honours_subject "Eng01"? Anonymous Quiz select student_code, first_name, last_name from students where honours_subject = ‘Eng01’; select student_code, first_name, last_name from students where honours_subject is ‘Eng01’; select student_code, first_name, last_name where honours_subject = ‘Eng01’ from students; select student_code, first_name, last_name from students; Посмотреть ответ 613 answered tgoop.com/sqlquestions/1066 Create: 2023-08-30 Last Update: 2025-06-30 23:07:43 BY SQL задачи Share with your friend now: tgoop.com/sqlquestions/1066