A.AutomaticstatisticscollectionisstoppedfortheCUSTOMERStable.
B.StatisticsfortheCUSTOMERStablearelockedandcannotbeoverwritten.
C.ExistingstatisticsfortheCUSTOMERStablebecomeunusableforthequeryoptimizer.
D.Subsequently,statisticsgatheredontheCUSTOMERStablearestoredaspendingstatistics
第1题:
A、AND(TRUE,TRUE,FALSE)
B、OR(TRUE,TRUE,FALSE)
C、OR(FALSE,FALSE,FALSE)
D、NOT(TRUE)
第2题:
A. It collects statistics into the pending area in the data dictionary
B. It creates a virtual hidden column in the CUSTOMERS_OBE table
C. It collects statistics with AUTO_SAMPLE_SIZE for ESTIMATE_PERCENT
D. It creates a histogram to hold skewed information about the data in the columns
第3题:
Youexecutedthefollowingcommands:SQL>ALTERSESSIONSETOPTIMIZER_USE_PENDING_STATISTICS=false;SQL>EXECUTEDBMS_STATS.SET_TABLE_PREFS(’SH’,’CUSTOMERS’,’PUBLISH’,’false’);SQL>EXECUTEDBMS_STATS.GATHER_TABLE_STATS(’SH’,’CUSTOMERS’);WhichstatementiscorrectregardingtheabovestatisticscollectionontheSH.CUSTOMERStableintheabovesession?()
A.Thestatisticsarestoredinthependingstatisticstableinthedatadictionary.
B.Thestatisticsaretreatedasthecurrentstatisticsbytheoptimizerforallsessions.
C.Thestatisticsaretreatedasthecurrentstatisticsbytheoptimizerforthecurrentsessionsonly.
D.Thestatisticsaretemporaryandusedbytheoptimizerforallsessionsuntilthissessionterminates.
第4题:
下列布尔变量定义中,正确并且规范的是
A.BOOLEANcanceled=false;
B.booleancanceled=false;
C.booleanCANCELED=false;
D.booleancanceled=FALSE;
第5题:
为使标题栏上的这两个按钮消失,而保留其他按钮,没置窗体属性时,正确的是
A.ControlBox=True、MaxButton=False、MinButton=True
B.ControlBox=False、MaxButton=True、MinButton=True
C.ControlBox=True、MaxButton=False、MinButton=False
D.ControlBox=False、MaxButton=False、MinButton=False
第6题:
A.false false true false
B.false false true true
C.false true true false
D.true false false true
第7题:
A为True,B为False,则"AandB"和"AOrB"的值分别是()
第8题:
You executed the following commands: SQL> ALTER SESSION SET OPTIMIZER_USE_PENDING_STATISTICS = false; SQL> EXECUTE DBMS_STATS.SET_TABLE_PREFS(’SH’, ’CUSTOMERS’, ’PUBLISH’,’false’); SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS(’SH’, ’CUSTOMERS’); Which statement is correct regarding the above statistics collection on the SH.CUSTOMERS table in the above session?()
第9题:
UNIX系统下sh命令使用正确的是()
第10题:
3,2,1,4
2,3,4,1
4,1,3,2
3,2,4,1
第11题:
SELECT* FROM customers;
SELECT name, address FROM customers;
SELECT id, name, address, phone FROM customers;
SELECT cust_name, cust_address FROM customers;
SELECT cust_id, cust_name, cust_address, cust_phone FROM customers;
第12题:
Automatic statistics collection is stopped for the CUSTOMERS table.
Statistics for the CUSTOMERS table are locked and cannot be overwritten.
Existing statistics for the CUSTOMERS table become unusable for the query optimizer.
Subsequently, statistics gathered on the CUSTOMERS table are stored as pending statistics.
第13题:
A. The statistics are stored in the pending statistics table in the data dictionary.
B. The statistics are treated as the current statistics by the optimizer for all sessions.
C. The statistics are treated as the current statistics by the optimizer for the current sessions only.
D. The statistics are temporary and used by the optimizer for all sessions until this session terminates.
第14题:
A.TheSKDusercannotlogintothedatabaseinstance.
B.TheobjectsownedbytheSKDuserarenotaccessibletoanyuser.
C.TheotheruserscanaccesstheobjectsownedbytheSKDuser,onwhichtheyhaveaccess.
D.ThepasswordfortheSKDuserexpiresandtheuserisforcedtochangethepasswordatthenextlogin
第15题:
A. Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.
B. Statistics collection is not done for the CUSTOMERS table when database stats are gathered.
C. Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.
D. Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.
E. Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.
第16题:
下面程序段的输出结果为( )。
A.a=true b=false b=true C=true
B.a=true b=false b=true e=false
C.a=true b=true b=true C=false
D.a=false b=false b=true C=false
第17题:
下列布尔变量定义中,正确并且规范的是
A.BOOLEAN canceled=false;
B.boolean canceled=false;
C.boolean CANCELED=false;
D.boolean canceled=FALSE;
第18题:
A.Createsanadditionalcopyofthedatabaseonlineredologfiles.
B.StorestheprimarykeycolumnvaluesofeachrowinvolvedinaDMLoperationintheonlineredologfiles.
C.StorestheprimarykeycolumnvaluesofeachrowinvolvedinaDMLoperationinthesupplementallogfiles.
D.StorestheoldandnewprimarykeycolumnvaluesofeachrowinvolvedinaDMLoperationonlywhentheprimarykeyismodifiedintheonlineredologfiles.
第19题:
创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的所有记录,sql语句是()。
第20题:
Which utility allows you to pre-compile and publish your Web site to a new location?()
第21题:
The statistics are stored in the pending statistics table in the data dictionary.
The statistics are treated as the current statistics by the optimizer for all sessions.
The statistics are treated as the current statistics by the optimizer for the current sessions only.
The statistics are temporary and used by the optimizer for all sessions until this session terminates.
第22题:
Automatic statistics collection is stopped for the CUSTOMERS table.
Statistics for the CUSTOMERS table are locked and cannot be overwritten.
Existing statistics for the CUSTOMERS table become unusable for the query optimizer.
Subsequently, statistics gathered on the CUSTOMERS table are stored as pending statistics
第23题:
Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.
Statistics collection is not done for the CUSTOMERS table when database stats are gathered.
Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.
Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.
Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.