From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / sharmila
Select * from Employee where salary in(select max(salary)
from Employee)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Does pl/sql support create command?
what are the features and advantages of object-oriented programming? : Sql dba
what is a primary key? : Sql dba
What are the different ddl commands in sql?
What are the rules to be applied to nulls whilst doing comparisons?
How many types of functions are there in sql?
What is trigger types of trigger?
What does the sign mean in sql?
What are the types of index in sql?
Is mariadb nosql?
Does inner join return duplicate rows?
What are expressions?
What is difference between joins and union?
What is a call statement? Explain with an example.
What is autocommit sql?