InterviewSolution
Saved Bookmarks
| 1. |
What Is The Significance Of The Nested_level Column In The Deptree View? |
|
Answer» The NESTED_LEVEL column shows the level of nesting of a particular OBJECT within the DEPENDENCY tree. The parent object has a NESTED_LEVEL of 0 and all other objects are NUMBERED as PER their level in RELATION to the parent object. The NESTED_LEVEL column shows the level of nesting of a particular object within the dependency tree. The parent object has a NESTED_LEVEL of 0 and all other objects are numbered as per their level in relation to the parent object. |
|