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...

What is the order in which the SQL query is executed? list
them in order.

Answer Posted / l. meher

When a SQL query is getting executed it goes through the
following steps:

1) It goes to the shared pool which contains information
such as the parse tree and execution plan for the
corresponding statement.
2)Validate the SQL statement.
3)Validate the source.
4)Acquire locks.
5)Checks for previllages.
6)Parse the statement.
7)Execute the Query.
8)Fetch the value (only for select statement).
9)Generate the redo information.

If you have any doubt mail me at lmeher.tcs@gmail.com
Thanks..

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the authentication mode can be changed?

1176


how to take backup bcp out for a column in table in sql server?

2144


Do you think BCNF is better than 2NF & 3NF? Why?

1338


What is the difference between primary key and unique constraints?

1010


How many types of local tables are there in sql server?

978


Explain what is lock escalation and what is its purpose?

981


Where views are stored in sql server?

1029


What is transaction server isolation?

1092


What do you mean by 'normalization'?

1121


How do I start sql server agent automatically?

1027


How to use the inserted and deleted pseudo tables?

1003


how will add additional conditions in sql?

1170


Explain what is the difference between a local and a global temporary table?

1046


Is null vs coalesce?

927


What are the 10 characteristics of data quality?

1001