Killtest题库

专业IT认证题库学习资料,助您通过IT认证考试!

« killtest题库网提供最新的1z0-108题库下载!killtest题库网提供最新的10g OCA认证题库下载! »

最新的1z0-007题库下载!

9i DBA 1Z0-007考试题库由我们专业IT认证讲师及产品专家精心打造,包括了当前最新的全真试题,全部附有正确答案。

网站上的题库都是根据考试认证厂商对考题做出变化时,而及时更新的。确保题库的覆盖率始终在96%以上,最终能保证一次通过考试!

现将1Z0-007考题的部分题目分享如下:

1. What does the FORCE option for creating a view do?

A.creates a view with constraints

B.creates a view even if the underlying parent table has constraints

C.creates a view in another schema even if you don't have privileges

D.creates a view regardless of whether or not the base tables exist

Answer: D

2. What are two reasons to create synonyms? (Choose two.)

A.You have too many tables.

B.Your tables are too long.

C.Your tables have difficult names.

D.You want to work on your own tables.

E.You want to use another schema's tables.

F.You have too many columns in your tables.

Answer: CE

3. The STUDENT_GRADES table has these columns:

STUDENT_ID NUMBER(12)

SEMESTER_END DATE

GPA NUMBER(4,3)

The registrar requested a report listing the students' grade point averages (GPA) sorted from highest grade point average to lowest.

Which statement produces a report that displays the student ID and GPA in the sorted order requested by the registrar?

A.SELECT student_id, gpa

FROM student_grades

ORDER BY gpa ASC;

B.SELECT student_id, gpa

FROM student_grades

SORT ORDER BY gpa ASC;

C.SELECT student_id, gpa

FROM student_grades

SORT ORDER BY gpa;

D.SELECT student_id, gpa

FROM student_grades

ORDER BY gpa;

E.SELECT student_id, gpa

FROM student_grades

SORT ORDER BY gpa DESC;

F.SELECT student_id, gpa

FROM student_grades

ORDER BY gpa DESC;

Answer: F

4. In which three cases would you use the USING clause? (Choose three.)

A.You want to create a nonequijoin.

B.The tables to be joined have multiple NULL columns.

C.The tables to be joined have columns of the same name and different data types.

D.The tables to be joined have columns with the same name and compatible data types.

E.You want to use a NATURAL join, but you want to restrict the number of columns in the join condition.

Answer: CDE

5. The CUSTOMERS table has these columns:

CUSTOMER_ID NUMBER(4) NOT NULL

CUSTOMER_NAME VARCHAR2(100) NOT NULL

STREET_ADDRESS VARCHAR2(150)

CITY_ADDRESS VARCHAR2(50)

STATE_ADDRESS VARCHAR2(50)

PROVINCE_ADDRESS VARCHAR2(50)

COUNTRY_ADDRESS VARCHAR2(50)

POSTAL_CODE VARCHAR2(12)

CUSTOMER_PHONE VARCHAR2(20)

The CUSTOMER_ID column is the primary key for the table.

You need to determine how dispersed your customer base is. Which expression finds the number of different countries represented in the CUSTOMERS table?

A.COUNT(UPPER(country_address))

B.COUNT(DIFF(UPPER(country_address)))

C.COUNT(UNIQUE(UPPER(country_address)))

D.COUNT DISTINCT UPPER(country_address)

E.COUNT(DISTINCT (UPPER(country_address)))

Answer: E

6. Click the Exhibit button and examine the data in the EMPLOYEES table.

Which three subqueries work? (Choose three.)

A.SELECT *

FROM employees

where salary > (SELECT MIN(salary)

FROM employees

GROUP BY department_id);

B.SELECT *

FROM employees

WHERE salary = (SELECT AVG(salary)

FROM employees

GROUP BY department_id);

C.SELECT distinct department_id

FROM employees

WHERE salary > ANY (SELECT AVG(salary)

FROM employees

GROUP BY department_id);

D.SELECT department_id

FROM employees

WHERE salary > ALL (SELECT AVG(salary)

FROM employees

GROUP BY department_id);

E.SELECT last_name

FROM employees

WHERE salary > ANY (SELECT MAX(salary)

FROM employees

GROUP BY department_id);

F.SELECT department_id

FROM employees

WHERE salary > ALL (SELECT AVG(salary)

FROM employees

GROUP BY AVG(SALARY));

Answer: CDE

 killtest题库网可下载更多的题库!

 

 

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最近发表

Powered By Z-Blog 1.8 Arwen Build 81206

Copyright xxxx-xxxx Your WebSite. Some Rights Reserved.