Answer Posted / ahmad nazmi
select ename , max(sal)
from emp
group by ename ;
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
How many types of privileges are available in sql?
Inline the values in PL/SQL, what does it mean.?
Why use triggers in sql?
What is a nested table in word?
How can check sql version from command line?
What is normalization sql?
Why do we create stored procedures & functions in pl/sql and how are they different?
What are the built in functions of sql?
What is Histogram?
What are different types of functions in sql?
What does seeding a database mean?
What is data profiling in sql?
What is Difference Between Unique and Primary Key Constraints?
How do you optimize a stored procedure query?
What is trigger with example?