第34題-OCP最新題庫062認證考試原題解析
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯(lián)系在線老師,甲骨文官方認證,報名從速!
我要咨詢2018年的時候,OCP 11g考試題庫大更新,052 053出現(xiàn)了很多新題,
2019年,11g即將停考的前期,Oracle又出現(xiàn)了一次大變動,12c出現(xiàn)了很多新題,比如062 063題庫大更新
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
QUESTION 34
Examine the following command:
CREATE TABLE (prod_id number(4),
Prod_name varchar2 (20), Category_id number(30), Quantity_on_hand number (3) INVISIBLE);
Which three statements are true about using an invisible column in t he PRODUCTS table?
A. The %ROWTYPE attribute declarations in PL/SQL to access a row will not display the invisible column in the output.
B. The DESCRIBE commands in SQL *Plus will not display the invisible column in the output.
C. Referential integrity constraint cannot be set on t he invisible column.
D. The invisible column cannot be made visible and can only be marked as unused.
E. A primary key constraint can be added on t he invisible column.
Correct Answer: ABE
(解析:一般來說,看不見列幫助遷移和發(fā)展在線應用程序。一個用例可能是一個應用程序,該應用程序可以查詢一個三列的表SELECT *聲明。第四列添加到表會破壞應用程序,預計三列的數(shù)據(jù)。添加第四個無形的列使應用程序正常運轉。開發(fā)人員可以改變應用程序來處理第四列,并使列可見當應用程序上線。)
- 陳衛(wèi)星-老師CUUG金牌講師
- 陳老師 CUUG金牌講師 精通Oracle管理、備份恢復、性能優(yōu)化 11年Ora...[詳細了解老師]
