Submitted Questions

  • What is the use of Connect by clause?

    sangeeta

    • Oct 18th, 2006

    The start with .. connect by clause can be used to select data that has a hierarchical relationship (usually some sort of parent->child (boss->employee or thing->parts). It is also being used when an sql execution plan is explained.