GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Oracle
>
SQL Plus
Go To First
|
Previous Question
|
Next Question
SQL Plus
| Question 8 of 132
Print
Explain CONNECT BY PRIOR
Total Answers and Comments:
3
Last Update: December 08, 2006
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
July 28, 2005 04:11:16
#1
Swapnil
RE: Explain CONNECT BY PRIOR
it is used to get a tree type structure in data.
say like hierarchy in a company.. employees reporting their managers etc..
Is this answer useful?
Yes
|
No
September 16, 2005 01:09:49
#2
Atal
Member Since: September 2005 Contribution: 3
RE: Explain CONNECT BY PRIOR
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).
Is this answer useful?
Yes
|
No
December 08, 2006 08:27:43
#3
rampratap409
Member Since: September 2006 Contribution: 111
RE: Explain CONNECT BY PRIOR
select a.* level from emp a
start with mgr is null
connect by mgr prior empno;
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
Oracle Backup and Recovery Interview Questions
Oracle Basics Interview Questions
Oracle Architecture Interview Questions
D2K Interview Questions
Data Access Interview Questions
Oracle DBA Interview Questions
Oracle security Interview Questions
Database Tuning Questions
Oracle Distributed Processing Interview Questions
Oracle Interview Questions
Oracle Memory Management Interview Questions
Oracle Forms Interview Questions
Oracle Forms Interview Questions
PL/SQL Interview Questions
Programmatic Constructs Interview Questions
RMAN Interview Questions
Real time Oracle Interview Questions
SQL Interview Questions
SQL and SQL Plus Interview Questions
Oracle System Architecture Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved