|
|

|
#46. Examine the description of the MARKS table: SUBJ1 and SUBJ2 indicate the marks obtained by a student in two subjects. Examine this SELECT statement based on the MARKS table: SELECT subj1+subj2 total_marks, std_id FROM marks WHERE subj1 > AVG(subj1) AND subj2 > AVG(subj2) ORDER BY total marks;
What is the result of the SELECT statement?
Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос
|
|
|
|
ген. 0.072
|
Дата сервера 09:59 09-01-2009
|
Разработал Zip © 2006
|
|
 |
|
|