From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / senthilkumar
SELECT MAX(SAL)AS MAXIMUMSALARY FROM EMP
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do you write a subquery?
How do you create a db file?
What is trigger explain it?
What is input buffer in sql*plus?
How do you modify a table in sql?
Is left join inner or outer?
What are actual parameters and formal parameters?
Can we call stored procedure in function?
Is sql the best database?
Is inner join same as self join?
What is sql trigger example?
What are sql functions? Describe in brief different types of sql functions?
Explain the rollback statement?
How can a function retun more than one value in oracle with proper example?
How to check if a column is nullable before setting to nullable?