pass1z0-007

王朝other·作者佚名  2008-05-19
宽屏版  字体: |||超大  

加007的考试,40/48/57。不高,过了。这里谈谈考试内容,希望对需要的朋友有点帮助。

(1)所有考题都出自1-13章,也就是checklist范围之内。不包括14章及以后的内容。

(2)有些题目很简单很基础,但绝大部分题目都很长,所以一定要耐心。而且总体感觉考试很细,答案很多容易混淆。举例:

A: merge into employee_emp a

using employee b

on a.employee_id=b.employee_id

when matched then

update set

a.last_name=b.last_name

.........

when no matched then

........

B: merge into employee_emp a

using employee b

on a.employee_id=b.employee_id

when matched then

a.last_name=b.last_name

.....

when not matched then

.......

这是个典型的例子,其他还很多。 而且这个题目我只列举了2个答案,还有好几个别的容易混淆的答案。所以要细心,耐心啊

(3)多选题中,“请列出**的特性”类型的比较多,至少碰到了8个题目。有subquery,in-line view,isql*plus,aggregate group。大概记得这些了。

(4)有一些重要的DD view, 最好能记得是做什么用的。有一个考题:

要选出你一个dd view,可以查看所有的字段owned by u but the access privs have been granted to other users。答案是四个:

A.user_tab_privs_made

B.user_tab_privs_recd

C.user_col_privs_made

D.user_col_privs_recd.

当时看书的时候,我并没有仔细看C和D的区别,结果是蒙的。

(5)有个考题出乎我的意料。

the DBA create a public sysnonym named HR,and u have created a table named HR.so,what's the result when u execute the sql statement followed:

select * from hr;

我选择的是出错。

大概我就记得这些了,建议接下来要考试的版友认真看教材,把教材后面的题目都做一遍。由于9i目前没有STS,把书掌握好很重要。相信大家会比我考的好!

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有