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 is the scope of a local variable?
How can I see all tables in oracle?
Why do you use stored procedures and state some of its disadvantages?
What is the max number of columns in an oracle table?
How to loop through data rows in the implicit cursor?
Why do we use bulk collect in oracle?
How to get last row id?
Explain the blob datatype?
Explain an exception?
Explain enable novalidate constraint.
What is a tns file?
How to grant create session privilege to a user in oracle?
How to use "in" parameter properly?
What is meant by joins?
Explain a synonym?