Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17002
  • 博文数量: 36
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2021-11-30 10:47
文章分类
文章存档

2022年(28)

2021年(8)

我的朋友

发布时间:2022-02-15 16:33:36

24、Evaluate these commands which execute successfully:CREATE SEQUENCE ord_seqINCREMENT BY 1START WITH 1MAXVALUE 100000CYCLECACHE 5000;CREATE TABLE ord_items(ord_no NUMBER(4) DEFAULT ord_seq.NEXTVALUE NOT NULL,item_no NUMBER(3),qty NUMBER(3),expiry_date .........【阅读全文】

阅读(206) | 评论(0) | 转发(0)

发布时间:2022-02-14 16:32:37

23、Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)? (Choose two.)A. PCTFREE defaults to 10% for all blocks in all segments for all compression methodsB. ASSM assigns blocks to one of four fullne.........【阅读全文】

阅读(225) | 评论(0) | 转发(0)

发布时间:2022-02-10 15:20:30

22、Choose threeWhich three are true about dropping columns from a table?A) A column can be removed only if it contains no data.B) A column drop is implidtly committedC) A column that is referenced by another column in any other table cannot be dropped.D) A column must be set .........【阅读全文】

阅读(273) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册