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
what is rollback? : Sql dba
explain the difference between bool, tinyint and bit. : Sql dba
Is it possible for a table to have more than one foreign key?
List the various privileges that a user can grant to another user?
What are the packages in pl sql?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
Which data dictionary views have the information on the triggers that are available in the database?
what are tables and fields? : Sql dba
Can we insert in view in sql?
What is a left inner join?
What is a variable in sql?
How many clustered indexes can you have?
How do you delete data from a table?
Is json a nosql?
what are aggregate and scalar functions? : Sql dba