




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
(新)OCP認(rèn)證082考試題庫(kù)及答案
一、單選題
1.ViewtheExhibitsandexaminethestructureofthecostsandPROMOTIONStabIes
YouwanttodispIayPRODIDSwhosepromotioncostisIessthanthehighestcostPROD
IDinapromotiontimeintervaI
13COSI8TMtFROMOTXXJS
NE
Name
NuW?TypePROMOJOI
PROMONAVENO1KUU.|vARCHAH2(30)|
KMfAm陽(yáng);Hm陽(yáng)m1
TIMEJDNOTNULLDAYE
PROMOSUEiCAIfcGORYJDNOTNUU.NUVBtR
PROMOJDNUMBER一
NOTNULLPROMO.CATtGORYKOISULLVARCHAR2(30j
二NOTHULLNUMBER~~陽(yáng)6V。一匕ATEGORY」。SOTNULLNUMBER
萬(wàn)PR0U6cdir
UMT_COSTNOTNULLNUMBER0O
kUI/BERHoilPROMOBEGINDAUNOTHULLlDATE
UNITPRICENOTNULLPROMODATt2TSULL|DATt
ExaminethisSQLstatement
SELECTprod_id
FROMcosts
WHEREproao_idIN
(SELECTpr8O_id
FROMpromotions
WHEREpromo-cost<ALL
(SELECTHAX(promo_COSt)
FROMpromotions
GROUPBY(oromoenddate-croaobegindate)));
WhatwiIIbetheresult?
A、ItexecutessuccessfuIIyandgivestherequiredresu11.
B、ItgivesanerrorbecausetheGROUPBYcIauseisnotvaIid
C、ItexecutessuccessfuIIybutdoesnotgivetherequiredresu11
D、ItgivesanerrorbecausetheALLkeywordisnotvaIid
答案:C
2.ExaminethedescriptionoftheSATESItabIe
SALES2isatabIewiththesamedescriptionassAIeS1SomesaIesdataiscontainede
rroneousIyinbothtabIes
YoumustdispIayrowsfromsAIEs1andSALESandwishtoseethedupIicatestooWhich
setoperatorgeneratestherequiredoutput?
NameNullType
SALESIDNOTNULLNUMBER
STOREIDNOTNULLHUMBER
ITEMS-IDNUMBER
QUANTITYNUMBER
SALESDATE
A、MINUS
B、UNIONALL
C、SUBTRACT
D、UNION
E、INTERSECT
答案:B
3.YourdatabaseinstanceisstartedwithaPFILE.
Examinetheseparameters:
NAMETYPEVALUE
memory_max_targetbiginteger0
memory_targetbiginteger0
sga_max_sizebiginteger2G
sga_targetbiginteger2G
Youwanttoincreasethesizeofthebuffercache.FreememoryisavaiIabIetoincre
asethesizeofthebuffercache.Youexecutethemand:SQL>ALTERSYSTEMSETDB_CAC
HE_SIZE=1024M;
Whatistheoute?
AvThevaIueischangedonIyinthePFILEandtakeseffectatthenextinstancestar
tup
B、ThevaIueischangedforthecurrentinstanceandinthePFILE
C、ItfaiIsbecausetheSCOPEcIauseismissing
D、ChangeisappIiedtothecurrentinstance,butdoesnotpersistafterinstance
restart
答案:D
4.WhichstatementistrueaboutdatabaseIinks?
A、AdatabaseIinkcreatedinadatabaseaIIowsaconnectionfromthatdatabase's
instancetothe
Targetdatabase'sinstance,butnotviceversa
B、PrivatedatabaseIinkcreationrequiresthesameusertoexistinboththeIoca
Iandtheremotedatabases
CxApubIicdatabaseIinkcanbeusedbyauserconnectedtotheIocaIdatabaseinst
ancetoconnecttoanyschemaintheremotedatabaseinstance
DxApubIicdatabaseIinkcanbecreatedonIybysys
E、AdatabaseIinkcanbecreatedonIybetweentwoOracIedatabases
答案:c
5.WhichstatementistrueabouttheINTERSECToperatorusedinpoundqueries?
AxMultiple!NTERSECToperatorsarenotpossibIeinthesameSQLstatement
B、ItprocessesNULLSintheseIectedcoIumns
C、INTERSECTisoflowerprecedencethanUNIONorUNIONALL
D、ItignoresNULLS
答案:B
6.YourdatabaseinstanceisstartedwithanSPFILEAPFILEisalsoavaiIable
Youexecutethismand
ALTERSYSTEMSETDBCACHESIZE=100K
WhereisthevaIuechanged?
A、intheSPFILEandPFTIE
BxintheSPFILE,PFILE,andmemory
C、onlyintheSPFILE
D、intheSPFILEandinmemory
Exonlyinmemory
答案:D
7.ExaminethedescriptionofthePRODUCTINEORMATTONtabIe
Naa?Null?Typ?
PROD_IDNOTNULLNUMBER(2)
PROD二NAMtVARCHAK2(10)
LIST二PRX3NUMBER2)
WhichqueryretrievesthenumberofproductswithanuIllistprice?
A、SELECTCOUNT(Iistprice)FROMproductinformationWHEREIistpriceNULL
B、SELECTCOUNT(Iistprice)FROMproductinformationWHEREIistpriceIsNULL,
C、SELECTCOUNT(DISTINCTIistprice)PROMproductinformationWHEREIistprice
IsNULL:
D、SELECTCOUNT(NVL(Iistprice,0))FROMproductinformationWHEREIistpriceI
sNULL
答案:D
8.ExaminethedescriptionoftheEMPLOYEEStabIeNISDATEFORMATissettoDD-MON-
YY
WhichqueryrequiresexpIicitdatatypeconversion?
A、SELECTjoindateFROMempIoyeesWHEREjoindate>'10-02-2018';
B、SELECTjoindate||f'|IsalaryFROMemployees
GSELECTsaIary+'120.50'FROMempIoyees
D、SELECTSUBSTR(join_date,1,2)-1OFROMempIoyees
ExSELECTjoindate+'20'FROMempIoyees
答案:A
9.Whatistrueaboutnon-equiJoinstatementperformance?
A、Thejoinsyntaxusedmakesnodifferencetoperformance.
B、TheBETWEENconditionusedwithannon-equijoinsometimesperformsbetterth
anusingthe>=and<=conditions
CxTheBETWEENconditionusedwithannon-equijoinaIwaysperformsbetterthanw
henusingthe>=andUconditions
D、TheOracIejoinsyntaxperformsbetterthanthesoI:1999pIiantANSIjoinsynt
ax
ExTheOracIejoinsyntaxperformsIessweIIthanthesoI:1999pIiantANSIjoinsy
ntax
答案:A
10.Adatabaseisconfiguredtouseautomaticundomanagementwithtemporaryundo
enabIedAnUPDATEisexecutedonatemporarytabIe
WhereistheUNDOstored?
AxintheundotabIespace
B、intheSYSAUXtabIespace
CxintheSGA
D、inthePGA
E、inthetemporarytabIespace
答案:E
11.ExaminethedescriptionoftheCUSTOMERStabIe:
NameNull?Type
CUST-IDNOTNULLNUMBER
CUST_FIRST_NAMENOTNULLVARCHAR2(20)
CV3T_IAST_NAMENOTNULLVARCKAR2(30)
CU3T_INC<XE_LEVELVARCHAR2(30)
CUSTCREDITLIMITNUMBER
ForcustomerswhoseineIeveIhasavaIue,youwanttodispIaythefirstnameanddue
amountas5%
OftheircreditIimit.CustomerswhosedueamountisnuIIshouIdnotbedispIayed.
WhichqueryshouIdbeused?
A、SELECTcust_first_name,cust_credit_limit*.05ASDUE_AM0UNT
FROMcustomersWHEREcust_ins_levelISNOTNULLANDdue_amountISNOTNULL;
B、SELECTcust_first_name,cust_credit_limit*.05ASDUE_AM0UNT
FROMcustomersWHEREcust_ine_leveI!=NULLANDcust_credit_leveI!=NULL;
CxSELECTcust_first_name,cust_credit_limit*.05ASDUE_AM0UNT
FROMcustomersWHEREcust_ine_leveI<>NULLANDdue_amountONULL;
D、SELECTcust_first_name,cust_credit_limit*.05ASDUE_AM0UNT
FROMcustomersWHEREcust_ine_leveI!=NULLANDdue_amount!=NULL;
ExSELECTcust_first_name,cust_credit_limit*.05ASDUE_AM0UNTFR0Mcustome
rsWHEREcust_ine_IeveIISNOTNULLANDcust_credit_IimitISNOTNULL;
答案:E
12.YouwanttowriteaquerythatpromptsfortwocoIumnnamesandtheWHEREconditi
oneachtimeitIs
ExecutedinasessionbutonIypromptsforthetabIenamethefirsttimeitisexecut
edThevariabIesusedinyourqueryareneverundefinedinyoursession
Whichquerycanbeused?
A、SELECT&&co11&&co2FR0M&tabIeWHERE&&condition=&&cond
B、SELECT&coI1&C012FR0M&&tabIeWHERE&condition
C、SELECT&coI1&C012FR0M&tableWHERE&condition
D、ELECT&&co11&&coFR0M&tabIeWHERE&&condition=&cond
E、SELECT&&co11&&C0L2FR0M&tableWHERE&&condition
答案:B
13.WhichpressionmethodisremendedforDirect-PathInsertoperations?
A、COLUMNSTOREPRESSADVANCED
B、ROWSTOREPRESSADVANCED
C、COLUMNSTOREPRESSBASIC
D、ROWSTOREPRESSBASIC
答案:D
14.YouwanttousetabIepressionsuitabIeforOLTPthatwiII:1-pressrowsforaII
DMLstatementsonthattabIe
2-MinimizetheoverheadsassociatedwithpressionWhichpressionoptionisbest
suitedforthis?
A、COLUMNSTOREPRESSFORQUERYLOW
B、ROWSTOREPRESSBASIC
C、COLUMNSTOREPRESSFORARCHIVELOW
D、COLUMNSTOREPRESSFORARCHIVEHIGH
E、ROWSTOREPRESSADVANCED
答案:E
15.ExaminethedescriptionoftheCUSTOMERStabIe
NameIWType
CUSTJDNOTNULLVARCHAR2(6)
nRST_NAMEVARCHAR2(50)
LAST-NAMENOTNULLVARCHAR2(50)
ADDRESSVARCHAR2(50)
CITYVARCHAR2(25)
YouwanttodispIaydetaiIsofaIIcustomerswhoresideincitiesstartingwiththe
letterDfollowedbyat
LeasttwocharactersWhichquerycanbeused?
A、SELECT"FROMcustomersWHEREcityLIKED
B、SELECT*FROMcustomersWHERE
C、SELECT"FROMcustomersWHEREcityLIKED
D、SELECT"FROMcustomersWHEREcity=D
答案:A
16.WhichisthedefauItooIumnorcoIumnsforsortingoutputfrompoundqueriesus
ingSEToperatorssuchasINTERSECTinaSQLstatement?
AxthefirstNUMBERorVARCHAR2coIumnintheIastseIectofthepoundquery
BxthefirstNUMBERcoIumninthefirstseIectofthepoundquery
C、thefirstvARCHAR2coIumninthefirstseIectofthepoundquery
D、thefirstcolumninthefirstseIectofthepoundquery
E、thefirstcoIumnintheIastseIectsofthepoundquery
答案:D
17.YouhavebeentaskedtocreateatabIeforabankingappIicationOneofthecoIum
nsmustmeetthreerequirements:
Bestoredinaformatsupportingdatearithmeticwithoutusingconversionfuncti
onsStoreaIoanperiodofuptolOyears
BeusedforcaIculatinginterestforthenumberofdaystheIoanremainsunpaidWhi
chdatatypeshouIdyouuse?
A、INTERVALYEARTOMONTH
B、INTERVALDAYTOSECOND
GTIMESTAMPWITHLOCALTIMEZONE
D、TIMESTAMP
E、TIMESTAMPWITHTIMEZONE
答案:B
18.InthespfiIeofasingleinstancedatabase,LOCALLISTENERissettoLISTENER1.
TheTNSNAMESORAfileinSORACLEHOME/network/admininthedatabasehomecontain
s:LISTENER仁
(ADDRESS二(PROTOCOL=TCP)
(H0ST=host1abc.)(P0RT=1521)
)
Whichstatementistrue?
AxTherearetwoIistenersnamedLISTENERandLISTENER1runningsimuItaneousIy
usingportl521onthesamehostasthedatabaseinstances
B、ThedefinitionforLISTENER1requiresaCONNECTDATAsectiontoenabIedynami
cserviceregistration
GLISTENER1mustaIsobedefinedintheLISTENER.ORAfiIetoenabIedynamicserv
iceregistration
DxTheLREGprocessregistersservicesdynamicallywiththeLISTENER_1Iistene
r
ExDynamicserviceregistrationcannotbeusedforthisdatabaseinstance
答案:A
19.InthespfiIeofasingleinstancedatabase,LOCALLISTENERissettoLISTENER.
1
TheTNSNAMES.ORAfiIeinSORACLEHOME/network/admininthedatabasehomecontai
ns
LISTENER」=
(ADDRESS>
(PROTOCOL?TCP)
(HOST=hoMlabccom)
(PORT?1521)
)
Whichstatementistrue?
AxDynamicserviceregistrationcannotbeusedforthisdatabaseinstance
B、TheLREGprocessregistersservicesdynamicallywiththeLISTENERIIistener
C、LISTENER_1mustaIsobedefinedintheLISTENER.ORAfiIetoenabIedynamicser
viceregistration
D、TherearetwoIistenersnamedLISTENERandLISTENER1runningsimuItaneousIy
usingport1521onthesamehostasthedatabaseinstances
ThedefinitionforLISTENER1requiresaCONNECTDATAsectiontoenabIedynamicse
rvice
答案:D
20.TheCUSTOMERStablehasaCUST_LASTNAMEcoIumnofdatatypeVARCHAR2ThetabIe
hastworowswhoseCUST_LASTNAMEvaIuesareAndersonandAusson
WhichqueryproducesoutputforCUST_LASTNAMEcontainingoderforthefirstrowa
ndAusforthe
Second?
A、SELECTREPLACE(SUBSTR(cust_Iast_name,-3),'AN',"0')FROMcustomers;
B、SELECTINITCAPREPLACE(TRIM('S0NFR0Mcust_Iast_namE.,1AN,'0'))FROM
Customers;
C、SELECTREPLACE(TRIM(TRAILINGHS0N'FR0McustIastnamE.,*AN,'O')FROM
Customers
DxSELECTREPLACE(REPLACE(oustlastname,'son','),'AN','O')FROMcustomers;
答案:D
21.ExaminethedescriptionoftheproductstabIe
NameNull?
PRODNAMEVARCHAR2(40)
COSTNUMBER(H?Z)
A、SELECTprodid,AVG(MAX(cost))FROMproductsGROUPBYprod.
BvSELECTprodid,MAX(AVG(cost))FROMproductsGROUPBYprodid:
GSeIectprodid,reIeasedate,SUM(cost)FROMproductsGROUPBYprodid
D、SELECTprodid,reIeasedate,SUM(cost)FROMproductsGROUPBYprodid,reIeas
edate
答案:D
多選題
1.WhichthreestatementsaretrueaboutsequencesinasingleinstanceOracIedat
abase?
AvAsequencenumberthatwasaIIocatedcanberoIIedbackifatransactionfaiIs
BvAsequencecanonIybedroppedbyaDBA
C、SequencescanaIwayshavegaps
DvAsequencecanissuedupIicatevaIues.
E、Asequence'sunaIIocatedcachedvaIuesareIostiftheinstanceshutsdown
F、TwoormoretabIescannothavekeysgeneratedfromthesamesequence
答案:CDE
2.WhichthreestatementsaretrueaboutusingSQL*PIus?
A、ItcanrunscriptspassedtoitbyasheIIscript.
B、ItcanrunscriptsenteredattheSQLprompt
C、Ithasbothmand-lineandgraphicaIuserinterfaces(Gun)
D、IthasitsownmandsthatareseparatefromanySQLstatements
E、ItcanrunRecoveryManager(RMAN)mands
F、ItmustbedownIoadedfromtheOracIeTechnoIogyNetwork(OTN)
答案:BCD
3.Examinethesemands
[oracleghostOlsqlplusul/oracle
SQL>SELECT*FROMemp;
ENOENAMEDN
1Alan2
23en2
SQL>exit
[oracleghostOlcatemp.dat
.t2
3,Curl,4
4,Bob,4
[oracleShostOl*?]Ssqlldrul/oracle
WhichtwostatementsaretrueaboutthesqIIdrexecution?
A、ItoverwritesthedataforAIanandaddsdataforCurIandBob
B、ItgeneratesasqIscriptthatitusestoIoaddatafromEMP.DATtoEMP
C\ItoverwritesaIIdatainEMPwithdatafromEMP.DAT.
D、ItgeneratesaIogthatcontainscontroIfiIeentries,whichcanbeusedwithno
rmaISQL*Loaderoperations
ExItappendsdatafromEMP.DATtoEMP.
答案:DE
4.Whichtwostatementsaretrueaboutundosegmentsandtheuseofundobytransact
ionsinanOracle
Databaseinstance
AxAsingIetransactionmayusemuItipleundosegmentssimuItaneousIy.
BxUndosegmentscanbestoredintheSYSAUXtabIespace
C、UndosegmentscanextendwhenatransactionfiIIstheIastextentoftheundose
gment
DxUndosegmentscanwraparoundtothefirstextentwhenatransactionfiIIstheI
astextendoftheundosegment
E、UndosegmentscanbestoredintheSYSTEMtabIespace
答案:DE
5.WhichtwostatementsaretrueaboutsubstitutionvariabIes?
A、AsubstitutionvariabIeusedtopromptforacoIumnnamemustbeencIosedindou
bIequotationmarks.
B、AsubstitutionvariabIeprefixedwithsaIwayspromptsonIyonceforavaIuein
asession
C、AsubstitutionvariabIeusedtopromptforacoIumnnamemustbeencIosedinsin
gIequotationmarks
D、AsubstitutionvariabIeprefixedwith&&promptsonIyonceforavaIueinasess
ionunIessitissettoundefinedinthesession
E、AsubstitutionvariabIecanbeusedonIyinaSELECRstatement
F、AsubstitutionvariabIecanbeusedwithanycIauseinaseIectstatement
答案:DF
6.TheORDERStabIehasacoIumnORDERDATEofdatatypeDATE.ThedefauItdispIayfo
rmatforadateisDD-MON-RR
WhichtwoWHEREconditionsdemonstratethecorrectusageofconversionfunction
s?
A、WHEREorderdateTODATE(ADDMONTHS(SYSDATE,6),'MONDDYYYY')
B、WHERETOCHAR(orderdate,'MONDDYYYY')="JAN202019,
C、WHEREorderdate>TODATE(JUL102018','NONDDYYYY')
D、WHEREorderdateTOCHAR(ADDMONTHS(SYSDATE,6),'MONDDYYYY)
E、WHEREorderdateIN(ToDATE('oct212018','monDDYYYY'),roCHAR('Nov212018
'MonDDYYYY'))
答案:BC
7.Inoneofyourdatabases,youcreateauser,HR,andthenexecutethismandGRANTC
REATESESSIONTOhrWITHADMINOPTION:
WhichthreeactionscanHRperform?
AxGranttheCREATESESSIONpriviIegewithADMTNOPTIONtootherusers
B、Logintothedatabaseinstance.
CxRevoketheCREATEsessionpriviIegefromotherusers
D、ExecuteDDLstatementsintheHRschema
E、ExecuteDMLstatementsintheHRschema
F、RevoketheCREATESESSIONprivilegefromuserHR
答案:ACF
8.WhichthreestatementsaretrueaboutsingIe-rowfunctions?(Choosethree.)
AxTheycanbeusedonIyintheWHEREcIauseofaSELECTstatement
B、TheargumentcanbeacoIumnname,variabIe,IiteraIoranexpression
CxThedatatypereturnedcanbedifferentfromthedatatypeoftheargument
D、TheycanbenestedtoanyIeveI
E、TheycanacceptonIyoneargument
TheyreturnasingleresuItrowpertabIe
答案:BCD
9.WhichthreestatementsaretrueabouttheAutomaticDiagnosticRepository(AD
R)?
Ax11isafiIe-basedrepositoryheIdoutsideanydatabase
B、TheADRbaseisspecifiedintheDIAGNOSTICDESTdatabaseparamete
C、11isonIyusedforOracIeDatabasediagnosticinformation
D、11isheIdinsideanOracIedatabaseschema
E、ItcanbeusedforprobIemdiagnosisofadatabasewhenthatdatabase'sinstanc
eisdow
答案:ABE
10.WhichthreestatementsaretrueaboutaseIfjoin?
AxItcanbeanouterjoin
BxTheONcIausecanbeused
CxThequerymustusetwodifferentaIiasesforthetabIe
DxItmustbeanequijoin
E、Itmustbeaninnerjoin
F、TheONcIausemustbeused
答案:ABC
11.1nthePROMOTIONstabIe,thePROMOBEGINDATEcoIumnisofdatatypeDATEandthe
defauItdateformatisDD-MON-RR
WhichtwostatementsaretrueaboutexpressionsusingPROMOBEGINDATEcontained
inaquery?
A、PROMOBEGINDATE-SYSDATEwiIIreturnanumber
B、T0DATE(PR0M0BEGINDATE*5)wiIIreturnadate
C、TONUMBER(PROMOBEGINDATE.-5wiIIreturnanumber
D、PROMOBEGINDATE-SYSDATEwiIIreturnanerror
E、PROMOBEGINDATE-5wiIIreturnadate
答案:AE
12.WhichthreestatementsaretrueaboutGLOBALTEMPORARYTABLES?
A、AGLOBALTEMPORARYTABLEcanhaveonIyoneindex
B、AtriggercanbecreatedonaGLOBALTEMPORRYTABLE
C、DataManipuIationLanguage(DML)onGLOBALTEMPORARYTABLESgeneratesnoRED
0
D、AGLOBALTEMPORARYTABLEcannothaveaPUBLICSYNONYM
ExAGLOBALTEMPORARYTABLEcanbereferencedinthedefiningqueryofaview.
F、AGLOBALTEMPORARYTABLEcanhavemu11ipIeindexes.
答案:BEF
13.YoumustcreateatabIespaceofnon-standardbIocksizeinanewfiIesystemand
pIantousethismand
CREATETABLESPACEns_tb3
DATAFILE'/u02/oraclc/data/n3tbs_f01.dbf*
SIZE100G
BLOCKSIZE32K;
ThestandardbIocksizeis8kbutothernon-standardbIocksizeswiIIaIsobeusedW
hichtwoarerequirementsforthismandtosucceed?
AxDB32KCACHESIZEmustbesettoavaIuethatcanbeacmodatedintheSGA
B、DB32KCACHESIZEshouIdbesettoavaIuegreaterthanDBCACHESIZE
C、DB32KCACHESIZEmustbeIessthanDBCACHESIZE
D、Theoperatingsystemmustusea32kbIocksize
ExDBCACHESIZEmustbesettoasizethatissmaIIerthanDB32KCACHESIZE
F、The/uo2fiIesystemmusthaveatIeastlOOgspaceforthedatafiIe
答案:AF
14.WhichtwoarebenefitsofexternaItabIes?
AxTheysupportUPDATESwhichtransparentIyupdatesrecordsinthefiIesystema
siftheyweretable
B、TheycanbequeriedwhiIethedatabaseisintheMOUNTstateIikedynamicperfor
manceviews
C、TheysupportDELETEswhichtransparentIydeIetesrecordsinthefiIesystema
siftheyweretabIerows
D、TheresuItsofapIexjoinoraggregatingfunctionorbothcanbeunIoadedtoafi
Iefortransportationtoanotherdatabase
E、Theycanbequeried,transformed,andjoinedwithothertabIeswithouthaving
toIoadthedatafirst
答案:DE
15.WhichtwostatementsaretrueconcerninglogicalandphysicaIdatabasestruc
tures?
A、Asegment'sbIockscanbeofdifferentsizes.
B、AsegmentmighthaveonIyoneextent
CxAlItablespacesmayhaveoneormoredatafiles
D、Segmentscanspanmu11ipIetabIespaces
E、AsegmentcanspanmuItipledatafilesinsometabIespaces
答案:BE
16.WhichthreestatementsaretrueregardingsingIerowsubqueries?
A、TheymustbepIacedontheIeftsideoftheparisonoperatororcondition
B、TheymustreturnarowtopreventerrorsintheSQLstatement
C、TheycanbeusedintheHAVINGclause.
D、ASQLstatementmayhavemuItiplesinglerowsubquerybIocks
E、TheycanbeusedintheWHEREcIause
F、TheymustbepIacedontherightsideoftheparisonoperatororcondition
答案:CDE
17.YoucurrentIyhaveanactivetransactioninyoursessionandhavebeengranted
seIectaccesstoVSTRANSACTION
InwhichthreesituationswiIIre-executingthisquerystiIIreturnarowbutwith
adifferentXIDindicatinganewtransactionhasstarted?
Executing:
SELECTxid,statusFROMv$transaction;
inyoursessionreturns:
XIDSTATUS
0A0007000A07000DACTIVE
A、aftersuccessfuIIyexecutingaTRUNCATEstatementfoIIowedbyaDMLstatemen
t
B、aftersuccessfuIIyexecutingaCREATETABLEASSeIectstatementfoIIowedbya
SELECTFORUPDATEstatement
C、aftersuccessfulIyexecutingaCREATETABLEstatementfoIIowedbyaCREATEIN
DEXstatement
DxaftersuccessfuIIyexecutingamitorROLLBACKfoIIowedbyaDMLstatement
E、aftersuccessfuIIyexecutingaDMLstatementfoIlowingafaiIedDMLstatemen
t
F、aftersuccessfuIIyexecutingamitorROLLBACKfoIIowedbyaSeIectstatement
答案:ABD
18.orcI.dmpcontainsafuIIexportoftheORCIdatabase
(oraclefthostOl*]impdpsystem/oracle\
>SCHEMAS=sh,o?\
>REMAP_SCHEMA?Bh:hx\
>DUMPrTLE-orcl.dmp\
>EXCLUDE>index\
>TABLE_EXISTS_ACTIONax*pl*C?\
>LOGFILETmpdp.log
ThismandIsexecutedtoIoaddatafromorcI.dmpintotheRESRDBdatabase
Whichtwostatementsaretrue?
A、ItskipsonIytabIesthatexistInbothORCL:SHandTESTDB:HR
B、Itdropsandre-createstabIesthatexistinbothORCL:SHandTESTDB:HR.
C、ItskipsalIindexesofORCL:SHandORCI:OE
D、Itdropsandre-createsindexesthatexistInbothORCI:SHandTESTDB:HR
E、ItskipsonIyindexesthatexistinbothORCL:SHandTESTDB:HR
答案:BC
19.ExaminetheseSOLstatementswhichexecutesuccessfuIIy
CREATETABLEQmp
(ompnoNUMBER(2>CONSTRAINTPRIMARYKEY.
on^imoVARCHAR2(15>r
salaryNVMBER(8,2),
ALTERTABLEcmpADDCOHSTRADn1enip_niar_fk
FOREIGNKEYjno)
REFERENCESemp(cxp-no)
ONDELETESETML:
ALTERTABLEQ?p
DISABLECOKSTBAIJrrep_emp_no_pk
CASCADE;
ALTERTABLEgp
EKABLEC0:JS7RA:NTfcxp_Gxp__no__Fk;
Whichtwostatementsaretrueafterexecution?
AvTheprimarykeyconstraintwiIIbeenabIedandIMMEDIATE
BvTheforeignkeyconstraintwiIIbeenabledandDEFERRED
C、TheforeignkeyconstraintwiIIbedisabIed
D\TheforeignkeyconstraintwiIIbeenabIedandIMMEDIATE
ExTheprimarykeyconstraintwiIIbeenabledandDEFERRED
答案:AC
20.WhichthreestatementsaretrueaboutDeferredSegmentCreationinOracIedat
abases?
A、11isthedefauItbehaviorfortabIesandindexes.
B、Itissupportedforsys-ownedtabIescontainedinIocaIIymanagedtabIespace
s
C、SessionsmaydynamicaIIyswitchbackandforthfromDEFERREDtoIMMEDIATEseg
mentcreation.
D、IndexesinherittheDEFERREDorIMMEDIATEsegmentcreationattributefromth
eirparenttable
Ex11issupportedforIndexOrganizedTabIes(lOTs)containedinIocaIIymanage
dtabIespaces.
答案:ACD
21.Whichtwostatementsaretrueaboutviews?
AxAviewmustonIyrefertotablesinitsdefiningquery.
B、TheWITHCHECKcIausepreventseertainrowsfrombeingdispIayedwhenqueryin
gtheview
C、Viewscanbeupdatedwithouttheneedtore-grantpriviIegesontheview
D、TheWITHCHECKcIausepreventseertainrowsfrombeingupdatedorinsertedint
heunderlying
TabIethroughtheview.
ExViewscanbeindexed
答案:CD
22.WhichthreeactivitiesarerecordedinthedatabaseaIertIog?
A、bIockcorruptionerrors
B、DataDefinitionLanguage(DDL)statements
C、Non-defauItdatabaseparameters
D、deadIockerrors
E、sessionIoginsandIogouts
答案:ACD
23.WhichtwoaretrueaboutaSQLstatementusingSEToperatorssuchaslINION?
A、ThedatatypeofeachcoIumnreturnedbythesecondquerymustexactIymatchthe
datatypeofthecorrespondingcoIumnreturnedbythefirstquery
B、Thenumber,butnotnames,ofcoIumnsmustbeidenticaIforaIISELECTstatemen
tsinthequery
C、ThenamesandnumberofcoIumnsmustbeidenticaIforaIISELECTstatementsint
hequery
D、ThedatatypeofeachcoIumnreturnedbythesecondqueryisautomaticaIIyconv
ertedtothedatatypeofthecorrespondingcoIumnreturnedbythefirstquery
ExThedatatypegroupofeachcoIumnreturnedbythesecondquerymustmatchtheda
tatypegroupofthecorrespondingcoIumnreturnedbythefirstquery
答案:BE
24.WhichtwostatementsaretrueregardingaSAVEPOINT?(Choosetwo.
A、RollingbacktoaSAVEPOINTcanundoaCREATEINDEXstatement
B、RoIIingbacktoaSAVEPOINTcanundoaTRUNCATEstatement
CxOnIyoneSAVEPOINTmaybeissuedinatransaction
DxASAVEPOINTdoesnotissueaMIT
E、RoIIingbacktoaSAVEPOINTcanundoaDELETEstatement
答案:DE
25.hichthreefunctionsareperformedbydispatchersinasharedserverconfigur
ation?(Choosethree
A、writinginboundrequesttothemonrequestqueuefromaIIsharedserverconnec
tions
B、checkingforoutboundsharedserverresponsesonthemonoutboundresponsequ
eue
C、receivinginboundrequestsfromprocessesusingsharedserverconnections
D、sendingeachconnectioninputrequesttotheappropriatesharedserverinput
queue
ExbroadcastingsharedserversessionresponsesbacktorequestersonaIIconne
ctions
F、sendingsharedserversessionresponsesbacktorequestersontheappropriat
econnection
答案:ACF
26.ExaminethedescriptionoftheBOORSTRANSACTIONStabIe:
WhichtwoWHEREconditionsgivethesameresu11?
NameNull?Type
TRANSACTIOH-IDHOTNULLVARCHAR2(6)
TRANSACT工ON_TYPEVARCHAR2(3)
BORROWED-DATEDATE
BOOK_IDVARCHAR2⑹
MEMBERIDVARCHAR2(6)
ExaminethispartialSQLstatement:
SELECT?FROMbooks_tcansactions
A、WHEREborroweddate=SYSDATEAND(transaction_type='RM'AND(member_id'A1
01'ORmemberid=1A1021))
B、WHEREborroweddate=SYSDATEAND(transactiontype='RM'ORmemberidINCA10
IJA102D)
C、WHEREborroweddate=SYSDATEAND(transactiontype='RM'ANDmember_id'A101
'ORmemberid='A102')
D、WHEREborroweddate=SYSDATEANDtransactiontype='RM'ORmemberidINCA101
,,'A102f)
E、WHERE(borroweddate=SYSDATEANDtransactiontype='RM')ORmemberidINA101
,,'A1021)
答案:DE
27.WhichthreetasksareperformedbybackgroundprocessesinanOracIedatabase
instance?
AxregisteringserviceswithOracIeNetIisteners
B、writingdirtydatabasebIockimagesfromthebuffercache
CxwritingredotoIogfiIes
D、readingdatabasebIocksintothebuffercache
Excreatingdedicatedserverconnections
答案:ABC
28.Whichfourstatementsaretrueregardingprimaryandforeignkeyconstraints
andtheeffecttheycanhaveontabIedata?
Ax11ispossibIeforchiIdrowsthathaveaforeignkeytoremaininthechiIdtabIe
atthetimetheparentrowisdeIeted
B、PrimarykeyandforeignkeyconstraintscanbedefinedatboththecoIumnandta
bIeIeveI
C、AtabIecanhaveonIyoneprimarykeyandoneforeignkey.
D、AtabIecanhaveonIyoneprimarykeybutmuItipleforeignkeys
ExOnIytheprimarykeycanbedefinedatthecoIumnandtabIeIeveI
F、TheforeignkeycoIumnsandparenttabIeprimarykeycoIumnsmusthavethesame
names.
G、11ispossibIeforchiIdrowsthathaveaforeignkeytobedeIetedautomaticaII
yfromthechiIdtabIeatthetimetheparentrowisdeIeted
答案:ABDG
29.WhichtwostatementsaretrueabouttheOracIejoinandANSIjoinsyntax?
A、TheOracIejoinsyntaxperformsbetterthantheSQL:1999pIiantANSIjoinsynt
ax.
B、TheOra
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 遵紀(jì)守法好學(xué)生演講稿
- 評(píng)估技術(shù)部工作總結(jié)范本
- 酒店客房表?yè)P(yáng)信15篇
- 采購(gòu)部經(jīng)理年度個(gè)人工作總結(jié)
- 車輛起火安全注意事項(xiàng)
- 中國(guó)音樂(lè)史與名作欣賞知到課后答案智慧樹(shù)章節(jié)測(cè)試答案2025年春吉林師范大學(xué)
- 人教河南 九年級(jí) 下冊(cè) 語(yǔ)文 第一單元《 河南中招題型專練》習(xí)題課 課件
- 中國(guó)插花撒技藝 課件 第三章 撒技法的技藝流程
- 人教版部編版小學(xué)語(yǔ)文一年級(jí)上冊(cè)人教版畫教學(xué)設(shè)計(jì)教案14
- 鉗工基礎(chǔ)知識(shí)課件
- 26個(gè)英文字母書(shū)寫字帖64320
- DBJ41-T 137-2014 防滲墻質(zhì)量無(wú)損檢測(cè)技術(shù)規(guī)程-(高清版)
- 社區(qū)獲得性肺炎臨床路徑及表單
- 中醫(yī)診所醫(yī)療機(jī)構(gòu)設(shè)置申請(qǐng)書(shū)
- 糾正措施記錄表
- 新HSK口語(yǔ)考試說(shuō)明課件
- 3.1公民基本權(quán)利課件(20張PPT)
- T∕CGMA 033002-2020 壓縮空氣站節(jié)能設(shè)計(jì)指南
- 土建工程監(jiān)理實(shí)施細(xì)則(完整版)
- 詩(shī)詞接龍(飛花令)PPT
- (完整word版)蘇教版初一下冊(cè)英語(yǔ)單詞
評(píng)論
0/150
提交評(píng)論