当前位置:1Z0-007题库

问题:

[单选]

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.

长期投资评估是对被投资方()。 投资品评估。 偿债能力评估。 获利能力的评估。 变现能力的评估。 Which of the following objects can be directly referenced by a window object?()  Schedule object。  Program object。  Job object。  Resource plan。  Resource consumer grou。 幼儿园党的基层组织即党支部的领导作用是()三者的有机结合。 政治领导。 行为领导。 思想领导。 组织领导。 就活动的方向来说,游戏和教育之间() 是异大于同。 是完全相同的。 是完全不同的。 有着内在的一致性。 The online redo log group configuration for your database is as follows: What will happen if the online redo log file ’ora02/oradata/redo02b.log’is corrupted while working on the database?()   The database will hang.。  The database will be crashed.。  The database will be shut down.。  The LGWR process writes redo log entries to the other redo log member of the Group2 grou。

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? ()

参考答案:

  参考解析

本题暂无解析

在线 客服