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

Answer Posted / venky

when we fire this query on

first it will send to sql buffer
then sql buffer send to SGA

sGA send to sql*plus layer

this layer interact with the database server if the table
is exist in the database server , it will dispatch the all
rows to sql*plus layer
from this layer to SGA-----> output buffer
..
finally it wii display on the location of interface(screen)

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 difference between primary and secondary key?

519


What are sql built in functions?

510


Explain the savepoint statement.

604


what is the difference between truncate and delete statement? : Transact sql

552


what does it mean to have quoted_identifier on? : Sql dba

679






What are different categories of sql commands?

636


What do you understand by pl/sql records?

535


What is the difference between having and a where in sql?

576


Why function is used in sql?

524


Can we create table in function?

574


What is difference between function and trigger?

546


What is implicit cursor in pl sql?

544


what is unique key constraint? : Sql dba

574


How to select unique records from a table?

571


What are the types pl/sql code blocks?

612