how to find out largest value in a table

Answers were Sorted based on User's Feedback



how to find out largest value in a table..

Answer / shafeeq

Select max(salary) from emp;

Is This Answer Correct ?    6 Yes 1 No

how to find out largest value in a table..

Answer / pradeep kolakala

Select max(sal) from ithpharma.UserRole where version
not in (select max(sal) from ithpharma.UserRole)

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Oracle General Interview Questions

What are various constraints used in SQL?

1 Answers   Polaris,


Explain about integrity constraint?

0 Answers  


What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?

0 Answers  


How to remove a row in a database table?

5 Answers   IBM,


8. Display the client name and order date for all orders using the natural join keywords.

1 Answers   Wipro,






Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?

0 Answers   Oracle, TCS,


What is a nested table?

0 Answers  


What is the dynamic sql in oracle?

0 Answers  


where we have to use ON clause and where we have to use USING clause in JOINS

2 Answers  


How to write a query with a right outer join in oracle?

0 Answers  


How to create an oracle database manually?

0 Answers  


How to loop through a cursor variable?

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)