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
How to assign sql query results to pl sql variables?
What are local and global variables and their differences?
What is the usage of nvl function?
What is cursor status?
Explain the commit statement.
What is the difference between cluster and non-cluster index?
Is it possible to read/write files to-and-from PL/SQL?
What is the difference between inner join and natural join?
How can you know that statistics should be updated?
What is the current version of sql?
What is the difference between having and a where in sql?
what is the difference between where clause and having clause? : Sql dba
What is scalar data type in pl sql?
How do you explain an index?
Why is partition used in sql?