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 a dead lock in oracle?
What is the difference between a primary key & a unique key?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
What do you mean by a tablespace?
How to insert a new row into a table in oracle?
What is an index associated with a constraint?
List out the components of logical database structure of oracle database.
How to shutdown your 10g xe server?
i want department wise maxmum salary and empolyee name
Does oracle charge for java?
What are the predefined tablespaces in a database?
Can objects of the same Schema reside in different tablespaces.?