首页 > 其他 > 详细

【2019】OCP 12c 062题库更新大量新题-7

时间:2019-04-24 13:37:21      阅读:142      评论:0      收藏:0      [点我收藏+]

7.daily_ords_lst is created in locally managed tablespace ORDERS_TBS which uses automatic segment space management.

CREATE TABLE daily_ords_list (ordno NUMBER, ord_date DATE) PCTFREE 20;

Which two are true ?

A) 80% of every data block in daily_ords_lst is reserved for row inserts.

B) pctfree eliminates row chaining during inserts.

C) pctfree can help reduce row migration during updates.

D) pctfree can help to minimize row chaining during inserts.

E) 20% of each data block in the table is reserved for row updates.

Answer:CE

(解析:pctfree 目的就是预防在 update 时造成行迁移,空出 20%就是为了给 update 使用,A 答案为什么是错的呢,因为块头也要占空间,所以真正使用的时候不会有 80%的可用空间。部落3:1015267481)

【2019】OCP 12c 062题库更新大量新题-7

原文:https://www.cnblogs.com/cnblogs5359/p/10761794.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!