没有合适的资源?快使用搜索试试~ 我知道了~
ocp考试题库
5星 · 超过95%的资源 需积分: 11 27 下载量 169 浏览量
2012-07-06
10:54:41
上传
评论 1
收藏 8.93MB PDF 举报
温馨提示
此文件是给想得到ocp认证的一个捷径,里面的内容是靠oracle认证数据库专家的题库,
资源推荐
资源详情
资源评论
Testinside
| English | Chinese(Traditional) | Chinese(Simplified) | 2 TestInside Information Co., Ltd. All rights reserved.
ImportantNote,PleaseReadCarefully
OtherTestInsideproducts
OfflineTestingEngine
UsetheofflineTestingengineproducttopracticethequestionsinanexamenvironment.
Buildafoundationofknowledgewhichwillbeusefulalsoafterpassingtheexam.
DownloadtheTestingEngineVersionof1Z0047
More TestInside Oracle OtherOracleCertification Products
LatestVersion
We are constantly reviewing our products. New material is added and old material is revised. Free
updatesareavailablefor90daysafterthepurchase.YoushouldcheckyourmemberzoneatTestInside
andupdate34daysbeforethescheduledexamdate.
Hereistheproceduretogetthelatestversion:
1.Goto http://www.TestInside.com
2.LogintheUserCenter
3.Thelatestversionsofallpurchasedproductsaredownloadablefromhere.Justclickthelinks.
Feedback
Ifyouspotapossibleimprovementthenpleaseletusknow.Wealwaysinterestedinimprovingproduct
quality.
Feedbackshouldbesendtosales@TestInside.com.Youshouldincludethefollowing:Examnumber,
version,pagenumber,questionnumber,andyourlogin Account.
Ourexpertswillansweryourmailpromptly.
Explanations
Thisproductdoesnotincludeexplanationsatthemoment.Ifyouareinterestedinprovidingexplanations
forthisexam,pleasecontactsales@TestInside.com.
Testinside
| English | Chinese(Traditional) | Chinese(Simplified) | 3 TestInside Information Co., Ltd. All rights reserved.
1.YouneedtoloadinformationaboutnewcustomersfromtheNEW_CUSTtableintothetablesCUST
andCUST_SPECIAL.Ifanewcustomerhasacreditlimitgreaterthan10,000,thenthedetailshavetobe
insertedintoCUST_SPECIAL.AllnewcustomerdetailshavetobeinsertedintotheCUSTtable.Which
techniqueshouldbeusedtoloadthedatamostefficiently?
A.externaltable
B.theMERGEcommand
C.themultitableINSERTcommand
D.INSERTusingWITHCHECKOPTION
Answer:C
2.ViewtheExhibitandexaminethedescriptionoftheCUSTOMERStable.
YouwanttoaddaconstraintontheCUST_FIRST_NAMEcolumnoftheCUSTOMERStablesothatthe
valueinsertedinthecolumndoesnothavenumbers.
WhichSQLstatementwouldyouusetoaccomplishthetask?
A.ALTERTABLECUSTOMERS
ADDCONSTRAINTcust_f_name
CHECK(REGEXP_LIKE(cust_first_name,'^AZ'))NOVALIDATE;
B.ALTERTABLECUSTOMERS
ADDCONSTRAINTcust_f_name
CHECK(REGEXP_LIKE(cust_first_name,'^[09]'))NOVALIDATE;
C.ALTERTABLECUSTOMERS
Testinside
| English | Chinese(Traditional) | Chinese(Simplified) | 4 TestInside Information Co., Ltd. All rights reserved.
ADDCONSTRAINTcust_f_name
CHECK(REGEXP_LIKE(cust_first_name,'[[:alpha:]]'))NOVALIDATE;
D.ALTERTABLECUSTOMERS
ADDCONSTRAINTcust_f_name
CHECK(REGEXP_LIKE(cust_first_name,'[[:digit:]]'))NOVALIDATE;
Answer:C
3.WhichthreetaskscanbeperformedusingregularexpressionsupportinOracleDatabase10g?
(Choosethree.)
A.Itcanbeusedtoconcatenatetwostrings.
B.Itcanbeusedtofindoutthetotallengthofthestring.
C.Itcanbeusedforstringmanipulationandsearchingoperations.
D.Itcanbeusedtoformattheoutputforacolumnorexpressionhavingstringdata.
E.Itcanbeusedtofindandreplaceoperationsforacolumnorexpressionhavingstringdata.
Answer:CDE
4.ViewtheExhibitandexaminethestructureoftheEMPtablewhichisnotpartitionedandnotan
indexorganizedtable.
EvaluatethefollowingSQLstatement:
ALTERTABLEemp
DROPCOLUMNfirst_name;
Whichtwostatementsaretrueregardingtheabovecommand?(Choosetwo.)
A.TheFIRST_NAMEcolumnwouldbedroppedprovideditdoesnotcontainanydata.
B.TheFIRST_NAMEcolumnwouldbedroppedprovidedatleastoneormorecolumnsremaininthe
table.
C.TheFIRST_NAMEcolumncanberolledbackprovidedtheSETUNUSEDoptionisaddedtotheabove
SQLstatement.
D.TheFIRST_NAMEcolumncanbedroppedevenifitispartofacompositePRIMARYKEYprovided
theCASCADEoptionisused.
Testinside
| English | Chinese(Traditional) | Chinese(Simplified) | 5 TestInside Information Co., Ltd. All rights reserved.
Answer:BD
5.EvaluatetheCREATETABLEstatement:
CREATETABLEproducts
(product_id NUMBER(6)CONSTRAINTprod_id_pk PRIMARYKEY,
product_name VARCHAR2(15));
WhichstatementistrueregardingthePROD_ID_PKconstraint?
A.Itwouldbecreatedonlyifauniqueindexismanuallycreatedfirst.
B.Itwouldbecreatedandwoulduseanautomaticallycreateduniqueindex.
C.Itwouldbecreatedandwoulduseanautomaticallycreatednonuniqueindex.
D.Itwouldbecreatedandremainsinadisabledstatebecausenoindexisspecifiedinthecommand.
Answer:B
6.Whichtwostatementsaretrue?(Choosetwo.)
A.TheUSER_SYNONYMSviewcanprovideinformationaboutprivatesynonyms.
B.TheuserSYSTEMownsallthebasetablesanduseraccessibleviewsofthedatadictionary.
C.AllthedynamicperformanceviewsprefixedwithV$areaccessibletoallthedatabaseusers.
D.TheUSER_OBJECTSviewcanprovideinformationaboutthetablesandviewscreatedbytheuser
only.
E.DICTIONARYisaviewthatcontainsthenamesofallthedatadictionaryviewsthattheusercan
access.
Answer: AE
7.ViewtheExhibitandexaminethedescriptionoftheORDERStable.
WhichtwoWHEREclauseconditionsdemonstratethecorrectusageofconversionfunctions?(Choose
two.)
剩余176页未读,继续阅读
资源评论
- two_tiger2012-10-26感觉挺不错的,很有用
- hustlid20112014-10-30感觉还不错,多多练习啦
oracle_redhat
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功