Answer Posted / chandu
select ename,sal from emp where sal=(select max(sal) from emp);
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How do you delete a table?
how can we know the count/number of elements of an array? : Sql dba
What sql does db2 use?
Why triggers are used?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What is a database trigger?
What are all the different normalizations?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How do I know if I have sql express or standard?
What is meant by truncate in sql?
What is trigger in pl sql with examples?
What is view? Can we update view
What is sql key?
What is difference between table and view?
how to fetch common records from two tables? : Sql dba