InterviewSolution
Saved Bookmarks
| 1. |
Which Data Dictionary Views Are Used To Display The Dependencies Between The Schema Objects? |
|
Answer» The USER_DEPENDENCIES, DBA_DEPENDENCIES, and ALL_DEPENDENCIES DATA dictionary VIEWS display the dependencies among the SCHEMA objects. The USER_DEPENDENCIES, DBA_DEPENDENCIES, and ALL_DEPENDENCIES data dictionary views display the dependencies among the schema objects. |
|