When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / geetha priya
It will retrieve all the columns of emp table. There is no
need to check for conditions as there are no conditions
specified in the given command.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the different schemas objects that can be created using pl/sql?
Can we call a function containing dml statements in a select query?
What is full join in sql?
What is the difference between Union and Union all. Which is faster.
Can we use pl sql in sql server?
How to display the records between two range in Oracle SQL Plus?
How many parts of a pl sql block are optional?
Explain exception handling in pl/sql?
Explain ddl statements in pl/sql?
What is equi join in sql?
Why truncate is used in sql?
How can a function retun more than one value in oracle with proper example?
What is the difference between the conventional and direct path loader? : aql loader
how is exception handling handled in mysql? : Sql dba
What is difference between pls_integer and integer?