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 |
Compare and contrast between sql and sql server and explain its various functions?
What is the use of file param in imp command?
What is merge in oracle?
What are the ansi data types supported in oracle?
What is Row Chaining ?
which is the best training centre for learning oracle?
How to create a table in a specific tablespace?
difference between bind variable and variable
what is the difference between dbms and rdbms?
What is clusters ?
List out the components of logical database structure of oracle database.
How would you extract DDL of a table without using a GUI tool?