博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【第41题】【062题库】2019年OCP认证062考试新题
阅读量:6785 次
发布时间:2019-06-26

本文共 615 字,大约阅读时间需要 2 分钟。

41题、choose one

Examine the details of the uncompressed, non-partitioned heap table CITIES.

Name                 Null?                     Type

CITYID                 NOT NULL           NUMBER (4)

CITY_NAME                                     VARCHAR2 (50)

Examine the command:

SQL>ALTER TABLE cities SHRINK SPACE COMPACT;

What must you do before executing it?

A) Ensure there are no pending transactions on the table.

B) Disable all indexes on the table .

C) Ensure free space that is approximately equal to the space used by the table should be available.

D) Enable row movement is enabled.

Answer:D

(解析:想要shrik表的空间,因为要涉及到行的移动,所以要先把行移动功能打开。来自3组:1015267481)

转载于:https://www.cnblogs.com/cnblogs5359/p/10935219.html

你可能感兴趣的文章
除了FTP备份之外 你该试一试多备份
查看>>
CCNA学习笔记之Dynamips使用
查看>>
JavaScript 基础语法总结
查看>>
MySQL 主从复制与读写分离概念及实践
查看>>
我的友情链接
查看>>
【JAVA】字符串去空格
查看>>
CentOS操作系统中HTTP服务安装
查看>>
JBPM6教程-10分钟玩转JBPM工作台
查看>>
JS:证件检查类
查看>>
Nginx和Tomcat的管理脚本
查看>>
一种基于主客体模型的权限管理框架
查看>>
为什么我写的page页面无法渲染
查看>>
Impala/Hive现状分析与前景展望
查看>>
PHP读取PDF内容配合Xpdf的使用
查看>>
【Linux 驱动】设备驱动程序再理解
查看>>
加密解密的概念以及DES加密算法的实现
查看>>
yum 出现错误
查看>>
Nagios(十)—— 监控路由器
查看>>
禁止ping主机
查看>>
基于heartbeat v2 crm实现基于nfs的mysql高可用集群
查看>>