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
Answer Posted / sudhakar
hi
it gives mini_mark record of max_mark,dept_id
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a testing table in oracle?
Hi Can any one tell me what are the API's used in requisition import.
How to rename a column in an existing table?
How to enter a new row into a table interactively?
is there a tool to trace queries, like profiler for sql server?
How view is different from a table?
What are a query and state the different types of queries and their uses?
How to load a large xml file?
How do I manually uninstall oracle client?
How can we find out the current date and time in oracle?
What is a dead lock in oracle?
Is there any function in oracle similar like group_concat of mysql?
How to specify default values in insert statement using oracle?
Why packages are used in oracle?
What is difference between truncate and delete?