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 build data dictionary view an new database?
Can we create database in oracle using command line ?
What is the data pump import utility?
What are the data types in oracle?
How index is implemented in oracle database?
Can you create a synonym without having a table?
How to use regular expression in pattern match conditions in oracle?
How to insert a record into a table?
What is the quickest way to fetch the data from a table?
What is MTTR advisor in Oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What is recovery manager(rman) backup in Oracle?
How to delete an existing row from a table in oracle?
What is the maximum limit on the number of columns in a table?
What do database buffers contain?