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 meant by redo log buffer ?
What is the maximum number of triggers that can be applied to a single table?
What is hash cluster in oracle?
What are the Characteristics of Data Files ?
What are the ways tablespaces can be managed and how do they differ?
what is the exact diiference between DBMS and RDBMS
What is the relationship among database, tablespace and data file?
How different is ms access and oracle?
What do you understand by database schema and what does it hold?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What is an oracle function?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??