From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / sharmila
select emp_name,max(salary)
from Employee.
| Is This Answer Correct ? | 55 Yes | 44 No |
Post New Answer View All Answers
What is use of trigger?
What is the difference between a database and a relational database?
What is the most important ddl statements in sql are?
What do you mean by stored procedures? How do we use it?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
How do we accept inputs from user during runtime?
What does rownum mean in sql?
Is drop table faster than truncate?
What is a unique key?
Does pdo prevent sql injection?
What is sqlca in db2?
What is dml and ddl?
what is a constraint? Tell me about its various levels. : Sql dba
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba