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 hide the stored procedure inside a package
What are the various constraints used in oracle?
How to store pictures on to the database?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
How to return top 5 rows in oracle?
What is Rollback Segment ?
How to speed up webrick?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
What happens in oracle commit?
what is difference between sql plus and sql*plus? (not sql and sql plus).
What is ceil and floor in oracle?
When do you get a .pll extension in oracle? Explain its importance