题目

Examine the description of the MARKS table: STD_ID NUMBER(4) STUDENT_NAME VARCHAR2(30) SUBJ1 NUMBER(3) SUBJ2 NUMBER(3) 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?()

A、The statement executes successfully and returns the student ID and sum of all marks for each student who obtained more than the average mark in each subject.

B、The statement returns an error at the SELECT clause.

C、The statement returns an error at the WHERE clause.

D、The statement returns an error at the ORDER BY clause.

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

FTP的匿名用户是什么?密码是什么?

窗体上有名称分别为Textl、Text2的文本框,名称为Commandl的命令按钮。运行程序,在Textl中输入“FormList”,然后单击命令按钮,执行如下程序:在Text2中显示的是(  )。

A、form

B、list

C、FORM

D、LIST

在Word2003的编辑状态下,单击“粘贴”按钮后,()。

A、将剪贴板中的内容复制到当前插入点处

B、将剪贴板中的内容移动到当前插入点处

C、将文档中被选中的内容复制到剪贴板

D、将文档中被选择的内容复制到当前插入点处

温切斯特技术是目前制造硬盘的常用技术。

A、对

B、错

以下哪个不是重命名域控制器时的要求()。

A、客户端能够无间断保持定位和验证重命名的与控制器

B、域功能级别为server2003

C、拥有管理员的权限

D、域功能级别为server2000

联系我们 会员中心
返回顶部