【单选题】You work as a database administrator for Certkiller .com. Because of space constraints, you decided to manually shrink the table. You executed the ALTER TABLE ....SHRINK SPACE statement to shrink the ...
A.
The table is partitioned
B.
The table name is wrong.
C.
It is an index-Organized table (IOT)
D.
The table is stored in locally managedtablespace.
E.
The table is stored in atablespacewhere segment space is managed manually.
【单选题】You work as a database administrator for Supportcenter.cn. Because of space constraints, you decided to manually shrink the table. You executed the ALTER TABLE ....SHRINK SPACE statement to shrink the...
A.
The table is partitioned
B.
The table name is wrong.
C.
It is an index-Organized table (IOT)
D.
The table is stored in locally managedtablespace.
E.
The table is stored in atablespacewhere segment space is managed manually.
【单选题】You execute the following command in your Certkiller .com production database to change the width of the CUST_NAME column of the CUSTOMERS table: ALTER TABLE customers MODIFY (cust_nameVARCHAR2 (40))...
A.
The database instance is not available.
B.
The ALTER TABLE command does not have WAIT option
C.
The table or a row in the table is currently locked by another user session.
D.
The database instance is busy processing other user sessions commands.
E.
The CUSTOMERS table has no long running query active at the time when this request is made.
F.
The server process executing the ALTER TABLE command is busy with another command execution
【单选题】You execute the following command in your Supportcenter.cn production database to change the width of the CUST_NAME column of the CUSTOMERS table: ALTER TABLE customers MODIFY (cust_nameVARCHAR2 (4...
A.
The database instance is not available.
B.
The ALTER TABLE command does not have WAIT option
C.
The table or a row in the table is currently locked by another user session.
D.
The database instance is busy processing other user sessions commands.
E.
The CUSTOMERS table has no long running query active at the time when this request is made.
F.
The server process executing the ALTER TABLE command is busy with another command execution
【简答题】Error_codeHash_table::retrieve( const Key &target,Record &found) const { int probe_count, // counter to besure that table is not full increment, // increment used for quadratic probing probe; // ...