When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / gvprasad
The oracle engine will execute the command,and retrives all
the data from the database and give it to the end user.
| Is This Answer Correct ? | 23 Yes | 13 No |
Post New Answer View All Answers
Does group by remove duplicates?
Is big data nosql?
how to use myisamchk to check or repair myisam tables? : Sql dba
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
how to shutdown mysql server? : Sql dba
what are all types of user defined functions? : Sql dba
Explain what is rdbms?
Does oracle roll back the transaction on an error?
what is a constraint? Tell me about its various levels. : Sql dba
How do you pronounce sql?
Is sql injection illegal?
how to drop an existing index in mysql? : Sql dba
how would you enter characters as hex numbers? : Sql dba
Why use subqueries instead of joins?
What is the difference between row level and statement level trigger?