【2019年8月版本】Oracle OCP認(rèn)證 071考試原題-30
最新學(xué)訊:近期OCP認(rèn)證正在報(bào)名中,因考試人員較多請(qǐng)盡快報(bào)名獲取最近考試時(shí)間,報(bào)名費(fèi)用請(qǐng)聯(lián)系在線老師,甲骨文官方認(rèn)證,報(bào)名從速!
我要咨詢【2019年8月版本】OCP 071認(rèn)證考試最新版本的考試原題-30-CUUG整理
OCP的071考試,在8月份左右全部換了新題,近期考試的題也全部不包括之前的題庫(kù)了,這次oracle更新071考試題庫(kù),雖然全都是新題,但跟之前的相比也有關(guān)聯(lián),比如把之前的考題稍微變換一下數(shù)字、更新一下日期、或者再加一個(gè)錯(cuò)誤選項(xiàng)等等。
對(duì)于2019年8月份的更新,我們CUUG已經(jīng)進(jìn)行了收集整理,并給出初步的答案和講解,僅供參考,希望對(duì)考OCP 071認(rèn)證的同學(xué)有幫助。
choose two
Evalute these conmands which execate sucestully
CREATE SEQUENCE ord_seq
INCREMENT BY 1
START WITH 1
MAXVALUE 100000
CYCLE
CACHE 5000;
Which two statements are true atout the ORD_ITEMS table and the ORD_SEQ sequence?
A) Any user inserting rows into table ORD_ITEMS must have been granted access to sequence ORD_SEQ.
B) Colunn ORD_NO gets the next number from squence ORD_SEQ whenever a row is inserted into ORD_ITEMS and no explict value is given for ORD_NO.
C) Sepuence ORD_SEQ cycles back to 1 after every 5000 numbers and can cycle 20 times
D) IF sequence ORD_SEQ is dropped then the default value for column ORD_NO will be NULL for rows inserted into ORD_ITEMS.
E) Sequence ORD_SEQ is guaranteed not to genenate duplicate numbers.
Answer:AB
(解析:序列是可以共享的,但是需要給予 select 的權(quán)限;可以從序列中獲取下一個(gè)值。)
- 冉乃綱-老師CUUG金牌講師
- 冉老師 CUUG金牌講師 Oracle及RedHat高級(jí)講師、Unix/Linux 資深專家...[詳細(xì)了解老師]

- 陳衛(wèi)星-老師CUUG金牌講師
- 陳老師 CUUG金牌講師 精通Oracle管理、備份恢復(fù)、性能優(yōu)化 11年Ora...[詳細(xì)了解老師]
