When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / gvprasad
The oracle engine will execute the command,and retrives all
the data from the database and give it to the end user.
| Is This Answer Correct ? | 23 Yes | 13 No |
Post New Answer View All Answers
What is pl sql record in oracle?
Are views faster than queries?
Can %notfound return null after a fetch?
which operator is used in query for pattern matching? : Sql dba
what is timestamp in mysql? : Sql dba
What are the properties of a transaction?
what are all types of user defined functions? : Sql dba
How delete all records from table in sql?
How to pipe multiline string to isql?
What is the difference between the sql*loader and import utilities? : aql loader
What is sql select statement?
Why query optimization is needed?
Why do we use subquery?
What is the sql query to display the current date?
Which is better cte or subquery?