最新的Oracle9i program with pl/sql - 1Z0-147免費考試真題
問題1
Which two statements about object dependencies are accurate? (Choose two.)
正確答案: B,C
說明:(僅 VCESoft 成員可見)
問題2
Which two statements are true about LOBs? (Choose two.)
正確答案: B,E
說明:(僅 VCESoft 成員可見)
問題3
An internal LOB is _____.
正確答案: A
說明:(僅 VCESoft 成員可見)
問題4
You have an AFTER UPDATE row-level on the table EMP. The trigger queries the EMP table and inserts the updating user's information into the AUDIT_TABLE.
What happens when the user updates rows on the EMP table?
What happens when the user updates rows on the EMP table?
正確答案: E
說明:(僅 VCESoft 成員可見)
問題5
Which three are true statements about dependent objects? (Choose three)
正確答案: A,B,C
說明:(僅 VCESoft 成員可見)
問題6
All users currently have the INSERT privilege on the PLAYER table. You only want your users to insert into this table using the ADD_PLAYTER procedure. Which two actions must you take? (Choose two)
正確答案: A,E
說明:(僅 VCESoft 成員可見)
問題7
Examine this code:
CREATE OR REPLACE PRODECURE add_dept (p_dept_name VARCHAR2 DEFAULT 'placeholder', p_location VARCHAR2 DEFAULT 'Boston')
IS BEGIN INSERT INTO departments VALUES (dept_id_seq.NEXTVAL, p_dept_name, p_location); END add_dept; /
Which three are valid calls to the add_dep procedure? (Choose three)
CREATE OR REPLACE PRODECURE add_dept (p_dept_name VARCHAR2 DEFAULT 'placeholder', p_location VARCHAR2 DEFAULT 'Boston')
IS BEGIN INSERT INTO departments VALUES (dept_id_seq.NEXTVAL, p_dept_name, p_location); END add_dept; /
Which three are valid calls to the add_dep procedure? (Choose three)
正確答案: B,C,D
說明:(僅 VCESoft 成員可見)
問題8
A dependent procedure or function directly or indirectly references one or more of which four objects? (Choose four)
正確答案: B,C,D,E
說明:(僅 VCESoft 成員可見)
問題9
When using a packaged function in a query, what is true?
正確答案: A
說明:(僅 VCESoft 成員可見)

