When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / nagender k
It will retrieve all the columns from emp table.
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
How many sql commands are there?
Explain two easy sql optimizations.
Is sql the best database?
What are the differences between implicit and explicit cursors?
What happens when a trigger is associated to a view?
How does stored procedure reduce network traffic?
Why is pl sql needed?
Explain the methods used to protect source code of pl/sql.
What is embedded sql with example?
Why do we create views in sql?
What are triggers in sql?
How to look at the current sql*plus system settings?
How do I create a memory optimized filegroup?
What are tables and fields in the database?
What are actual parameters and formal parameters?