Oracle
1Z0-144 · Question #120
The add_player procedure inserts rows into the PLAYER table. Which command will show this direct dependency?
The correct answer is A. SELECT * FROM USER_DEPENDENCIES WHERE REFERENCED_NAME = 'PLAYER'. See the full explanation below for the reasoning.
Question
The add_player procedure inserts rows into the PLAYER table. Which command will show this direct dependency?
Options
- ASELECT * FROM USER_DEPENDENCIES WHERE REFERENCED_NAME = 'PLAYER';
- BSELECT * FROM USER_DEPENDENCIES WHERE REFERENCED_NAME = 'ADD_PLAYER';
- CSELECT * FROM USER_DEPENDENCIES WHERE TYPE = 'DIR';
- DSELECT * FROM USER_DEPENDENCIES WHERE REFERENCED_NAME = 'TABLE';
How the community answered
(43 responses)- A74% (32)
- B14% (6)
- C7% (3)
- D5% (2)
Community Discussion
No community discussion yet for this question.