select * from emp
what happened internally when we write this query in the sql
prompt?
Answers were Sorted based on User's Feedback
it will display all the records of emp table.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
How to count groups returned with the group by clause in oracle?
List the parts of a database trigger.
What are the varoius components of physical database structure of oracle database?
What is parameterized cursor in oracle?
what is the difference between functional dependecy and multilevel dependency?
can any one help me with import/export options in oracle............
How many types of tables are there in oracle?
How to use "in out" parameter properly?
what is the use of composite key constraint?
How to create lov dynamically at runtime & attach to text field?
Is there a function to split a string in plsql?
What is difference between SQL and SQL*PLUS?