From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / debjani chakraborty
Select * from Employee where salary in(select max(salary)
from Employee);
| Is This Answer Correct ? | 58 Yes | 2 No |
Post New Answer View All Answers
What is sqlite format?
What is cartesian join in sql?
what is auto increment? : Sql dba
what is 'trigger' in sql? : Sql dba
What are the different types of tables in sql?
What is normalisation in sql?
Can we perform dml on view?
what is online transaction processing (oltp)? : Sql dba
Are null values same as that of zero or a blank space?
How do you explain an index number?
what are ddl statements in mysql? : Sql dba
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
Is oracel sql developer written in java?
What are schema-level triggers?
How to run pl sql program in mysql?