how to find out largest value in a table
Answers were Sorted based on User's Feedback
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 |
What is SYSTEM tablespace and When is it Created?
What does sharding mean?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
Where do we use decode and case statements?
what is the output of select * from emp where null=null & select * from emp where 1=1
ABOUT IDENTITY?
What is Database Trigger ?
How would you optimize a slow SQL query?
How to store pictures on to the database?
what is a view?
How to select some columns from a table in oracle?
How many anonymous blocks can be defined?