Answer Posted / manoj k
select distinct sal,ename from emp
where sal=(select max(sal) from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I write a sql query in pgadmin 4?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
what is the difference between group by and order by in sql? : Sql dba
Why plvtab is considered as the easiest way to access the pl/sql table?
What is rtm stands for?
What is orm in sql?
What are all the ddl commands?
What is error ora-01000: maximum open cursors exceeded
What is the difference between stored procedure and view?
What do you mean by rowid?
Which is faster count (*) or count 1?
What is schema in sql?
Can we use update in sql function?
what is denormalization. : Sql dba
how to use 'mysql' to run sql statements? : Sql dba