Sqlite3从多个表中选择

时间:2018-11-28 07:19:10

标签: sqlite

因此,我需要编写一个查询,该查询以学期制学习CSC 106并获得A +的所有学生的全名(名字和姓氏)和数字等级降序排列。 到目前为止,我的查询是:select first_name and last_name from students where Vnum in (select Vnum from grades where course_code = 'CSC' and course_num = '106' and letter_grade = 'A+'); 这将输出在CSC 106中获得A +的学生的名字和姓氏。我如何获得成绩(数字等级)以显示在桌子上。 这是SQL FILE

0 个答案:

没有答案