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

When we give SELECT * FROM EMP; How does oracle respond?

Answer Posted / wasim

User Level Process sends the query to Server level process
where in the query gets checked syntactically first. If the
syntax is correct then the query will get break down into
parts to evaluate what has to be done.

Oracle Engine then parses the query and understands that all
the rows from employee table has to be retrieved, before the
statement execution it will check whether the data is
available already in SGA. If its available then its will
send output to user, else it will execute the statement and
fetch the output from database and store it in database
buffers and then will pass on to user.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is row? : Sql dba

1277


What are sql functions? Describe the different types of sql functions?

1212


What does sign mean sql?

1183


Is it mandatory for the primary key to be given a value when a new record is inserted?

1252


Explain the working of primary key?

1154


What is dba in sql? : SQL DBA

1093


What is multiple columns?

1117


How do I count rows in sql?

1050


What are %type and %rowtype for?

1106


What are the different types of dbms?

1065


What is the maximum rows in csv?

977


What is the use of double ampersand (&&) in sql queries? Give an example

1189


What are sql commands?

1067


what is a constraint? : Sql dba

1232


What are the advantages of normalization?

1129