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 is the difference between the conventional and direct path loads? : aql loader

693


What is triggering circuit?

592


What is the cause of mutating table error and how can we solve it?

598


What view means?

556


Why do we use function in pl sql?

553






What does inner join mean?

552


Can a trigger call a stored procedure?

534


What is oracle and pl sql?

659


what is an alias command? : Sql dba

544


Can we use views in stored procedure?

511


Define implicit and explicit cursors.

626


Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?

1675


What's the difference between a primary key and a clustered index?

511


What is pl sql package?

591


What does subquery mean in sql?

536