When we give SELECT * FROM EMP; How does oracle respond?

Answer Posted / vaibhavi_dixit

When the above statment is fired, Oracle checks for
following things,
1.Syntax Correctness.
2.User Priviledges on Emp Table.
If the above two things are correct then, all columns and
all rows from Emp table are selected in an Implicit area
and then are send to User.

Cheers
VD

Is This Answer Correct ?    73 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of variables use in pl sql?

685


What is join view in sql?

695


Why commit is not used in triggers?

768


what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba

694


What is faster join or subquery?

703






Can we use two order by clause in query?

734


what is meant by urlencode and urldocode? : Sql dba

765


Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?

929


Which version of sql do I have?

744


What is the difference between explicit and implicit cursors in oracle?

687


How does index help in query performance?

757


List and explain the different types of join clauses supported in ansi-standard sql?

1027


Does inner join remove duplicates?

695


What are keys in sql?

720


What are different types of tables in sql?

693