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
Is it possible to pass parameters to triggers?
What is a composite primary key?
How to write pl sql program in mysql command prompt?
How can you save or place your msg in a table?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What language is oracle sql developer?
What is the order of sql select?
What is not in sql?
what is single byte over head in oracle..?
What are sql indexes?
What pl/sql package consists of?
What is record data type?
Why do we need a foreign key?
Which join condition can be specified using on clause?
What is data type in database?