ocp 11g試題解析:1Z0-051-046題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢ocp 11g試題解析:1Z0-051-046題,完整題庫請點擊這里聯系老師咨詢了解
46. Which statements are correct regarding indexes? (Choose all that apply.)
A. When a table is dropped, the corresponding indexes are automatically dropped.
B. A FOREIGN KEY constraint on a column in a table automatically creates a nonunique index.
C. A nondeferrable PRIMARY KEY or UNIQUE KEY constraint in a table automatically creates a unique
index.
D. For each data manipulation language (DML) operation performed, the corresponding indexes are
automatically updated.
Answer: ACD
試題解析:
A正確,在刪除表時,會刪除相應的索引。
B錯誤,外鍵不能夠自動創建索引,只有主鍵約束和唯一性約束才能自動創建唯一的索引。
C正確,在表定義中定義了PRIMARY KEY 或UNIQUE 約束條件,則會自動創建一個唯一的索引。
D正確,在具有索引的表上提交每項DML 操作后,都意味著必須更新相應的索引。