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 happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is the most restrictive isolation level? : Transact sql
what is heap table? : Sql dba
Is a view faster than a stored procedure?
How does a covering index work?
Why are indexes and views important to an organization?
How do I count records in sql?
what are dynamic queries in t-sql? : Transact sql
What is a stored procedure in sql with example?
How many types of relationship are there?
What is natural join in sql?
what is cross join? : Sql dba
What are the ddl commands?
Does execute immediate commit?
Explain the advantages and disadvantages of stored procedure?