当前位置:1z0-043题库

问题:

[单选]

You created the DEPT table by using the following command:  
CREATE TABLE scott.dept  
(deptno NUMBER(3),  
dname VARCHAR2(15),  
loc VARCHAR2(15) )  
STORAGE (INITIAL 100K NEXT 50K  MAXEXTENTS 10 PCTINCREASE 5  FREELIST GROUPS 6 FREELISTS 4);You are required to shrink the DEPT table. While performing the shrink operation, you want to ensure that the recovered space is returned to the tablespace in which the DEPT table is stored. You do not want to shrink the indexes created on the DEPT table. What will you do to shrink the SCOTT.EMP table?()

A .  Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE COMPACT; statement.
B .  Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE; statement.
C .  Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE CASCADE; statement.
D .  You cannot shrink the SCOTT.EMP table.

Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job?()  SET_ATTRIBUTE_NULL。  ALTER_JOB。  ALTER_JOB_PARAMETERS。  ALTER。  SET_ATTRIBUTE。 下属成熟度 Which files can be used together to allow remote command execution on a server?()   /etc/.rhosts and $HOME/hosts.equiv。 /etc/hosts.equiv and $HOME/.rhosts。 /etc/rhosts.equiv and $HOST/.rhosts。 /etc/hosts.equiv and $HOME/.hosts.equiv。 CREATE TABLE dept (deptno NUMBER(2), dname VARCNAR2(14), 1oc VARCNAR2 (13)); ROLLBACK; DESCRIBE DEPT What is true about the set? () The DESCRIBE DEPT statement displays the structure of the DEPT table.。 The ROLLBACK statement frees the storage space occupies by the DEPT table.。 The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.。 The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.。 【背景资料】郑州市某小区6号楼工程由某某建筑集团第一分公司承建。2008年11月20日主体结构及砌体全部施工完毕。至2008年11月粉刷施工队开始进场施工,到2009年5月25日大面积粉刷结束,在2009年4月份大检查时发现个别房间粉刷层空鼓但无裂缝,开始组织少量人员进行维修,到2009年5月20日再次大检查时发现大部分房间粉刷层空鼓并且墙面有很多裂纹,这时引起公司重视,开始组织专家到现场查勘并查找墙面粉刷层空鼓、裂缝的原因。 请根据背景资料完成以下选项。对于加气块墙面一定先浇水湿润再喷浆否则喷到墙面的浆都不能很好与墙粘接。

You created the DEPT table by using the following command:  
CREATE TABLE scott.dept  
(deptno NUMBER(3),  
dname VARCHAR2(15),  
loc VARCHAR2(15) )  
STORAGE (INITIAL 100K NEXT 50K  MAXEXTENTS 10 PCTINCREASE 5  FREELIST GROUPS 6 FREELISTS 4);You are required to shrink the DEPT table. While performing the shrink operation, you want to ensure that the recovered space is returned to the tablespace in which the DEPT table is stored. You do not want to shrink the indexes created on the DEPT table. What will you do to shrink the SCOTT.EMP table?()

参考答案:

  参考解析

本题暂无解析

在线 客服