Oracle
1Z0-144 · Question #88
1Z0-144 Question #88: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-144 to reveal the answer and full explanation for question #88. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the structure of the departments table in SCOTT's schema. Examine the following block of code: CREATE OR REPLACE PROCEDURE add_dept( p_id NUMBER, p_name VARCHAR2) IS BEGIN INSERT INTO departments VALUES <p_id, p_name, NULL, NULL); END; / The above procedure is created by user SCOTT. Another user JONES needs to use the procedure. Which two statements are true in the above scenario? (Choose two.)
Exhibit
Options
- AJONES executes the procedure with definer's rights.
- BJONES executes the procedure with invoker's rights.
- CSCOTT should grant only the execute privilege for the procedure to JONES.
- DSCOTT should grant both the BXKCOTE privilege for the procedure and insert privilege for the
Unlock 1Z0-144 to see the answer
You've previewed enough free 1Z0-144 questions. Unlock 1Z0-144 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
