Name Salary
Abc 50000
Abc 50000
xyz 20000
find the max salary using aggregate function?
Answer Posted / prashant
select max(salary) from
(select distinct(salary) from ABC)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of double ampersand (&&) in sql queries? Give an example
What are transaction and its controls?
What is delimiter sql?
What is a dirty read sql?
What is data type in sql?
what is commit? : Sql dba
What is raid? How does it help storage of databases?
What is the difference between microsoft access and sql server?
Can one improve the performance of sql*loader? : aql loader
Does pl/sql support create command?
How does postgresql compare to "nosql"?
What is the difference between function and procedure in pl/sql?
What is sql partition function?
What is the difference between sql and t sql?
What is cursor and its types?