From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / amedela chandra sekhar
sql> select * from emp where sal=(select max(sal) from emp);
chandumba2005@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is primary key and foreign key?
where are cookies actually stored on the hard disk? : Sql dba
how many sql ddl commands are supported by 'mysql'? : Sql dba
when MSQL8.0 is in market
How do you modify a column in sql?
How exception is different from error?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
what is the difference between nested subquery and correlated subquery?
What is #table in sql?
Can we join more than 2 tables in sql?
What is difference between sql and mysql?
Which normal form is best?
What is sql select statement?
What is nvarchar max in sql?
What is trigger point?