buoyancy
extra storage space
additional tank capacity
reduced stability
第1题:
View the Exhibit for some of the parameter settings. You start a session and issue the following command:SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE;What is the outcome of the above command?()
A. The index is not used by the optimizer but is maintained during DML operations.
B. The index is not used by the optimizer and is not maintained during DML operations.
C. The index is used by the optimizer only if a hint is specified in the query statement and is maintained during DML operations.
D. The index is used by the optimizer only if a hint is specified in the query statement but is not maintained during DML operations.
第2题:
What is a cofferdam ________.
A.Tube fitted to an ullage hole
B.Area the product is loaded into
C.Void or empty space separating two tanks
D.Opening in the deck used for cleaning a tank
第3题:
下列函数结果为.T.的是A)EMPTY(SPACE(5)) B)EMPTY(.NULL.)C)ISNULL(”) D)ISNULL({})
第4题:
You find pockets of empty space in the USER_DATA tablespace due to a lot of DML operations on the objects in the USER_DATAtablespace. The pockets of empty spaces are too small to be reused individually. This is leading to wastage of space. You decide to perform the shrink operation to reclaim the wasted space. Which advisor will you use to determine the objects in the USER_DATA tablespace that are good candidates for the shrink operation?()
第5题:
During system initialization, which command script is executed through the /etc/inittab to activate page spaces and mount filesystems?()
第6题:
Which safety precaution(s)should be observed during crane operations ________.
A.Checking for proper lifting from beneath the load during cargo operations
B.Using the proper slings or other lifting devices during cargo operations
C.Relaying communications to port agents on the pier during cargo hoists
D.All of the above
第7题:
Damage()the goods was caused by heavy rain during transit.
第8题:
阅读以下说明C++代码,将应填入(n)处的字句写在对应栏内。
[说明]
以下程序的功能是实现堆栈的一些基本操作。堆栈类stack共有三个成员函数:empty判断堆栈是否为空;push进行人栈操作;pop进行出栈操作。
[C++程序]
include "stdafx. h"
include <iostream, h>
eonst int maxsize = 6;
class stack {
float data[ maxsize];
int top;
public:
stuck(void);
~ stack(void);
bool empty(void);
void push(float a);
float pop(void);
};
stack: :stack(void)
{ top =0;
cout < < "stack initialized." < < endl;
}
stack:: ~stack(void) {
cout < <" stack destoryed." < < endl;
bool stack:: empty (void) {
return (1);
void stack: :push(float a)
if(top= =maxsize) {
cout < < "Stack is full!" < < endl;
return;
data[top] =a;
(2);
}
float stack:: pop (void)
{ if((3)){
cout< < "Stack is undcrflow !" < < endl;
return 0;
(4);
return (5);
}
void main( )
{ stack s;
coat < < "now push the data:";
for(inti=l;i< =maxsize;i+ +) {
cout< <i< <" ";
s. push(i);
}
coat < < endl;
cout< < "now pop the data:";
for(i = 1 ;i < = maxsize ;i + + )
cout< <s. pop()< <" ";
}
第9题:
Which statements are true regarding table compression?()
第10题:
rc
init
rc.boot
rc.init