What is the function of Optimizer ?
Answer / guest
The goal of the optimizer is to choose the most efficient
way to execute a SQL statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
Which Oracle App Is Most Popular One ?
How to delete all rows a table in oracle?
How to find out what oracle odbc drivers are installed?
How to get a list of all background sessions in the database?
what is the difference between authorization and authentication?
Give the various rollback segment states.
Is primary key indexed by default in oracle?
why can't we assign not null constraint as table level constraint
Explain the use of full option in exp command.
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?