|
|
|
|
|
|
|
|
|
  |
|
DESIGN NOTES :- The design is very simple. Unfortunately, the SQL to retrieve a hierarchy is not so simple. The best approach is to use SQL Views to define the layout that you want to display. Oracle has provided an extension to SQL called CONNECT BY. Joe Celko has a comprehensive discussion in Chapter 26 on 'Trees' in his book 'SQL for Smarties' (5 Stars on Amazon).
|
|
|
Barry Williams
|