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
How to find 3rd highest salary of an employee from the employee table in sql?
How to run pl sql program in mysql?
How does sql developer connect to oracle database?
What schema means?
How to return an array from java to pl/sql?
Explain the types of joins in sql?
How is sql used in oracle?
How to make a copy values from one column to another in sql?
explain access control lists. : Sql dba
Is oracle sql free?
What is the maximum number of columns in sql table?
How do you pronounce sql?
How to read xml file in oracle pl sql?
Will truncate release space?
What is the difference between jpql and sql?