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

Answers were Sorted based on User's Feedback



I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(min..

Answer / amrita basu

here the table name is stud_dept. now the query within
bracket fetches the minimum of minimum marks i.e min_mark
from stud_dept. now the total query gives the result such
as to fetch the dept_id and max_mark of the corresponding
min_mark. if u have any kind of prob regarding this ans.
plz send me mail amritabasu.mca09@gmail.com

Is This Answer Correct ?    2 Yes 1 No

I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(min..

Answer / sudhakar

hi
it gives mini_mark record of max_mark,dept_id

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>

2 Answers   Wipro,


How to invoke the original export import utilities?

0 Answers  


Why use resource manager in Oracle?

0 Answers   MCN Solutions,


What is define in oracle?

0 Answers  


How a database is related to tablespaces?

0 Answers  






what is the syntax of DROP command?

10 Answers  


How to find out what oracle odbc drivers are installed?

0 Answers  


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

0 Answers  


How to shutdown your 10g xe server?

0 Answers  


when i run my query on yesterday it is fast but today it is slow why?

1 Answers  


Explain the blob datatype?

0 Answers  


How to concatenate two text values in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)