Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Are stored procedures faster than dynamic sql?

1102


How many triggers can be applied on a table?

984


What is the purpose of normalization?

1084


List and explain the different types of join clauses supported in ansi-standard sql?

1400


What is the usage of the distinct keyword?

1270


What are different categories of sql commands?

1191


Can we write ddl statements in functions?

1180


what is the syntax used for partition in tsql? : Transact sql

1058


What is the difference between inner join and natural join?

1052


what is the difference difference between procedure and packages

10532


How do I enable sql encryption?

1068


Does inner join remove duplicates?

992


Explain correlated query work?

1100


What is the difference between union and union all command?

1143


What is orm in sql?

1099