select * from emp
what happened internally when we write this query in the sql
prompt?

Answers were Sorted based on User's Feedback



select * from emp what happened internally when we write this query in the sql prompt?..

Answer / dilip

it wil select all the data from table....

Is This Answer Correct ?    5 Yes 3 No

select * from emp what happened internally when we write this query in the sql prompt?..

Answer / dinesh chandra

it will display all the records of emp table.

Is This Answer Correct ?    2 Yes 1 No

select * from emp what happened internally when we write this query in the sql prompt?..

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

select * from emp what happened internally when we write this query in the sql prompt?..

Answer / vijay sonawane

show all records of table as output

Is This Answer Correct ?    0 Yes 1 No

select * from emp what happened internally when we write this query in the sql prompt?..

Answer / sanjay

query will not give any results

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Oracle General Interview Questions

how to hide the stored procedure inside a package

1 Answers  


What are the various constraints used in oracle?

0 Answers  


How to store pictures on to the database?

0 Answers  


what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?

0 Answers  


How to return top 5 rows in oracle?

0 Answers  






What is Rollback Segment ?

3 Answers  


How to speed up webrick?

0 Answers  


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.

1 Answers   MasterCard,


What happens in oracle commit?

0 Answers  


what is difference between sql plus and sql*plus? (not sql and sql plus).

0 Answers  


What is ceil and floor in oracle?

0 Answers  


When do you get a .pll extension in oracle? Explain its importance

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)