select * from emp
what happened internally when we write this query in the sql
prompt?
Answer Posted / dilip
it wil select all the data from table....
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What happens if the imported table already exists?
How to define default values for formal parameters?
How to pass a cursor variable to a procedure?
How does the on-delete-cascade statement work?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What are the data types in oracle?
How is it different from a normal table?
Why does oracle 9i treat an empty string as null?
What do you mean by a database transaction & what all tcl statements are available in oracle?
What is a nested table and how is it different from a normal table?
How view is different from a table?
What are the uses of Database Trigger ?
What is a cursor in oracle?
What is using clause and give example?
what is a Nested Loop join?