Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Waht is the order of select query execution in nested select statement

avinashd_m
Participant
0 Kudos

Hi All,

I have select query like below :

where i have join and nested select statement, here can anyone please let me know, what is the order of execution of select statements(normal and sub/nested query), will the nested query executes first before execution of join?

Is there any way to determine the order of execution here ?

1 REPLY 1

matt
Active Contributor
0 Kudos

Run the program while SQL trace is on (ST05). Then you can look at the execution path.