题目内容 (请给出正确答案)
[主观题]

WhichstatementistrueregardingtheINTERSECToperator?()

A.ItignoresNULLvalues

B.Reversingtheorderoftheintersectedtablesalterstheresult

C.ThenamesofcolumnsinallSELECTstatementsmustbeidentical

D.ThenumberofcolumnsanddatatypesmustbeidenticalforallSELECTstatementsinthequery

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“Whichstatementistrueregardingt…”相关的问题

第1题

Which two statements are true about setting the per-thread buffers higher than required?()

A.More memory per thread is beneficial in all scenarios

B.It causes increased overhead due to initial memory allocation

C.It can affect system stability during peak load times, due to swapping

D.It requires increasing the thread_cache_size variable

点击查看答案

第2题

Evaluatethefollowingcommand:SQL>CREATETABLEdesign_data(idNUMBER,docCLOB)LOB(doc)STOREASSECUREFILE(DEDUPLICATE);Whichstatementistrueregardingtheabovecommand?()

A.TheLOBvaluesareautomaticallycompressed.

B.TheLOBvaluesarecachedbydefaultinthebuffercache.

C.TheLOBvaluesareautomaticallystoredinencryptedmode.

D.AllLOBdatathatisidenticalintwoormorerowsinaLOBcolumnsharethesamedatablocks.

点击查看答案

第3题

YouexecutethiscommandtodroptheITEMtable,whichhastheprimarykeyreferredintheORDERtable:SQL>DROPTABLEscott.itemCASCADECONSTRAINTSPURGE;Whichtwostatementsaretrueabouttheeffectofthecommand()

A.NoflashbackispossibletobringbacktheITEMtable.

B.TheORDERtableisdroppedalongwiththeITEMtable.

C.ThedependentreferentialintegrityconstraintsintheORDERtablearedisabled.

D.ThedependentreferentialintegrityconstraintsintheORDERtableareremoved.

E.ThetabledefinitionoftheITEMtableandassociatedindexesareplacedintherecyclebin.

点击查看答案

第4题

Williamspecifiedthefollowinginitializationparametersettingsinthepfile:BACKGROUND_DUMP_DEST

=’u01\oradata\dir_A’USER_DUMP_DEST=’u01\oradata\dir_B’DB_CREATE_FILE_DEST=’u01\oradata\dir_C’DB_CREATE_ONLINE_LOG_DEST_n=’u01\oradata\dir_D’Williamenabledthechange-trackingfeaturebecausehedoesnotwanttoscantheentiredatafileduringbackup.Whatisthedefaultstoragelocationforthechangetrackingfile?()

A.’u01\oradata\dir_A’

B.’u01\oradata\dir_B’

C.’u01\oradata\dir_C’

D.’u01\oradata\dir_D’

点击查看答案

第5题

YourdatabaseisinNOARCHIVELOGmodeandalogswitchhappensevery20minutes.OnThursdaymorning,media

failureresultedincorruptionofadatafilebelongingtotheTOOLStablespace.BackupsaretakenoneverySunday.Whatwouldyoudointhissituation?()

A.recoverusingOracleFlashbackDatabasetechnology

B.restorethedatafilesfrombackupandperformacompleterecovery

C.restoreonlythecorrupteddatafileandperformtablespacerecovery

D.restorethedatafilesfrombackupandperformcancel-basedrecovery

E.restoretheentiredatabasefromthemostrecentbackupandstarttheinstanceandopenthedatabase

点击查看答案

第6题

YouwanttocheckallthedatablocksbeingwrittentothedatafilesbyanalyzingthedataoneachblockeverytimetheDBWnprocesswrites.Whichactionwillyouperformtocheckthedatablocks?()

A.SetthevalueoftheDB_BLOCK_CHECKINGinitializationparametertoTRUE

B.UsetheANALYZEutility.

C.UsetheDBVERIFYutility.

D.UsetheDBMS_REPAIRpackage.

点击查看答案

第7题

WhichtwostatementsaretrueregardingtheUSINGandONclausesintablejoins?()

A.BothUSINGandONclausescanbeusedforequijoinsandnonequijoins

B.AmaximumofonepairofcolumnscanbejoinedbetweentwotablesusingtheONclause

C.TheONclausecanbeusedtojointablesoncolumnsthathavedifferentnamesbutcompatibledatatypes

D.TheWHEREclausecanbeusedtoapplyadditionalconditionsinSELECTstatementscontainingtheONortheUSINGclause

点击查看答案

第8题

YouaremanagingtheAPPPRODdatabaseasaDBAwhichisnotusingtheOracle-managedfiles.Youplantodupli

catethisdatabaseinthesamesystemwiththenameDUPDB.Youwanttocreatethesamedirectorystructureforduplicatedatabasefilesasofthetargetdatabase.YouexecutedthefollowingRMANcommands:RMAN>CONNECTTARGETsys/sys@APPPRODRMAN>CONNECTAUXILIARYsys/sys@DUPDBRMAN>DUPLICATETARGETDATABASETOdupdbFROMACTIVEDATABASEPASSWORDFILESPILENOFILENAMECHECK;Whataretheimplicationsofthiscommand?()

A.ItcreatesdatabasefilesfortheduplicatedatabaseundertheOraclebasewithadifferentdirectoryfortheduplicatedatabase.

B.Itoverwritesdatafilesofthetargetdatabasebecauseadifferentlocationfordatafilesisnotmentionedfortheduplicatedatabase.

C.ItcreatesdatabasefilesfortheduplicatedatabaseunderthesameOraclehomeasthatofthetargetdatabasewiththesamedirectorystructure.

D.ItcreatesdatabasefilesfortheduplicatedatabaseunderthesameOraclehomeasthatofthetargetbutwithadifferentdirectoryfortheduplicatedatabase.

点击查看答案

第9题

Youhavetwotableswithreferentialintegrityenforcedbetweenthem.Youneedtoinsertdatatothechildt

ablefirstbecauseitisgoingtobealongtransactionanddatafortheparenttablewillbeavailableinalaterstage,whichcanbeinsertedaspartofthesametransaction.ViewtheExhibittoexaminethecommandsusedtocreatetables.Whichactionwouldyoutaketodelaythereferentialintegritycheckinguntiltheendofthetransaction()

A.Settheconstrainttodeferredbeforestartingthetransaction.

B.AltertheconstrainttoNOVALIDATEstatebeforestartingthetransaction.

C.Enabletheresumablemodeforthesessionbeforestartingthetransaction.

D.SettheCOMMIT_WAITparametertoFORCE_WAITforthesessionbeforestartingthetransaction.

点击查看答案

第10题

Youcreateatableinyourdatabasethatcontains50,000rowsapproximately.Thequeriesperformedonthet

ablearecomplexandperformedonthetablefrequently.Whichadvisorhelpsyouachievethebestperformanceofdatabaseforqueriesbyrecommendingtheappropriateindexes?()

A.SQLAccessAdvisor

B.MemoryAdvisor

C.SQLTuningAdvisor

D.SegmentAdvisor

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信