i want run a sql query query? which phases are run in a back
ground? pls tell me the answer



i want run a sql query query? which phases are run in a back ground? pls tell me the answer..

Answer / nitin

The phase of sql query execution is as follows.
1)Syntax Checking: Query will be checked if it is syntactically correct.
2)Semantic Checking:Query will be checked for user has rights on tables etc.
3)Cursor sharing:query will be checked against cursor sharing if soft parse can be done or hard parse required.
4)The creation of cost based decision tree for possible plans.
5)The execution of lowest cost execution plan.
6)Binding the execution plan.
7) Executing the query and fetching the rows.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is self join and why is it required? : Sql dba

1 Answers  


How do I run a sql query?

0 Answers  


How toimport .dmp file in lower version of oracle from higher version ?

4 Answers   TCS,


what is pragma ?

1 Answers   Polaris,


What is the difference between jpql and sql?

0 Answers  






What do you think about pl/sql?

0 Answers  


What is a pdo connection?

0 Answers  


What is an index in sql with example?

0 Answers  


What is sql deadlock?

0 Answers  


how many ways we can we find the current date using mysql? : Sql dba

0 Answers  


How to download oracle sql developer?

0 Answers  


explain the options of myisamchk to improve the performance of a table. : Sql dba

0 Answers  


Categories