When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / senthil vinayagam
Full table scan of emp occurs and all the records from
emp is displayed
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between sql and mysql.
What are inner and outer joins examples of both?
How do you get column names only for a table (sql server)?
Can we perform dml in function?
How do I view stored procedures?
What is error ora-01000: maximum open cursors exceeded
What information is needed to connect sql*plus an oracle server?
What is having clause in sql?
How do I upgrade sql?
What are the disadvantages of not performing database normalization?
What is sql lookup?
How to display Row Number with Records in Oracle SQL Plus?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is record type in pl sql?
What is view? Can we update view