select * from emp
what happened internally when we write this query in the sql
prompt?
Answer Posted / purna
ALL DATA R STORED IN D PHYSICAL LAYER .....WHEN WE WRITE A QUARY D DATA WILL COM FROM PHYSICAL LAYER 2 SGA (SYSTEM GLOBAL AREA) THROUGH SQL*PLUS LOGICAL LAYER AND GIVES D OUTUT IN D VIEW LAYER
PHYSICAL LAYER...>SQL*PLUS LOGICAL LAYER...>SGA...>VIEW LAYER
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to save query output to a local file?
what is port in oracle? how is it related to database application.
How to create a new table in your schema?
How to start an oracle instance?
How to turn on or off recycle bin for the session?
What is the difference between count (*), count (expression), count (distinct expression)?
How to change user password in oracle?
How to invoke the data pump export utility?
Why does oracle 9i treat an empty string as null?
What happens to the indexes if a table is recovered?
How do we display rows from the table without duplicates?
How to rename a tablespace in oracle?
What is a trigger and what are its types?
What is transport network substrate (tns) in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?