SQL (Structured Query Language) Question:

Explain CONNECT BY PRIOR?

Tweet Share WhatsApp

Answer:

Retrieves rows in hierarchical order eg.
select empno, ename from emp where.

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is SQL sub-query?Explain UNION, MINUS, UNION ALL and INTERSECT?