Name Salary
Abc 50000
Abc 50000
xyz 20000
find the max salary using aggregate function?
Answer Posted / guest
select max(sal) from tab_name;
or
select * from tab_name where sal=(select max(sal) from
tab_name) and rownum<=1;
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How is use pl and sql?
what does the t-sql command ident_incr does? : Transact sql
what are all types of user defined functions? : Sql dba
What are transaction and its controls?
How to fetch alternate records from a table?
What is pragma in pl sql?
Explain what is rdbms?
Is there a 64 bit version of ssms?
How does cross join work?
What is sql dialect?
What is dynamic sql in pl sql?
What are literals in sql server?
What is trigger point?
Can procedure in package be overloaded?
What is pl sql commands?