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 are the advantages of running a database in archive log mode?
What is a nvl function?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
Explain the use of grant option in exp command.
What is an oracle data file?
Where is the export dump file located?
How to use fetch statement in a loop?
How can I create database in oracle?
What are the most common interview questions on ETL Testing for experience?
What is SQL access advisor in Oracle?
how do u setup a replication site?
How to start your 10g xe server?
What is ASM (Automatic Storage Management) in Oracle?
How to shutdown your 10g xe server from command line?