PL/SQL Section 9 Quiz

 1. Which of the following best describes the Data Dictionary?


(1) Point

2. You want to see the names of all the columns in a table in your schema. You want to query the Dictionary instead of using the DESCRIBE command. Which Dictionary view should you query?

(1) Point

3. You have forgotten the name of the Dictionary view USER_TABLES. Which of the following statements is the best and quickest way to remind yourself?

(1) Point

4. You want to allow user JOE to query the CD_DETAILS table in your schema. Which command should you use?

(1) Point

5. Your schema contains two procedures named CHILD1 and CHILD2. You now create a third procedure by executing:

CREATE OR REPLACE PROCEDURE parent IS
BEGIN
child1;
child2;
END;
You now want user JOE to be able to invoke PARENT. Which of the following gives JOE the privileges he needs, but no unnecessary privileges?


(1) Point

Komentar

Postingan populer dari blog ini

PL/SQL Section 15 Quiz

PL/SQL Section 13 Quiz

PL/SQL Section 14 Quiz