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 action do you have to perform before retrieving data from the next result set of a stored procedure ?

2178


What are types of joins?

626


what is 'mysqladmin' in mysql? : Sql dba

630


Does view contain data?

697


what is the command line end user interface - mysql? : Sql dba

596






Is nosql relational?

625


What is sqlcommand?

657


What is the difference between sum and count in sql?

609


How to place comments in pl/sql?

711


List the various privileges that a user can grant to another user?

672


What is database migration?

604


What is a clob in sql?

646


Are null values same as that of zero or a blank space?

643


What is a null value?

726


What is function and procedure in pl sql?

603