What is the Tune Query
No Answer is Posted For this Question
Be the First to Post Answer
how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?
How to write a left outer join with the where clause in oracle?
What are the different oracle database objects?
Whats the benefit of dbms_stats over analyze?
After update how do u know how many records got updated
What is a data dictionary and how can it be created?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
Can we write insert statement in function in oracle?
What is a nvl function?
How you find out version of installed workflow?
Can you tell me how to add new column in existing views?how?How is possible?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it