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
What is a user account in oracle?
What is an index associated with a constraint?
How do we get field detail of a table?
Explain an index?
How to define default values for formal parameters?
What is a select query statement in oracle?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What are the uses of synonyms?
How to write date and time literals in oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How to use "startup" command to start default instance?
What to do if dba lost the system password?
How to create tables for odbc connection testing?
How to pass a cursor variable to a procedure?
What are the restrictions on external table columns?