Answer Posted / suresh naik
select sal, ename from emp where sal = (select max(sal) from
emp);
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is vector point function?
What sql database should I use?
How do you define a foreign key?
What is a design view?
how to use in conditions? : Sql dba
Enlist some predefined exceptions?
How to make a copy values from one column to another in sql?
What is hibernate and its relation to sql?
how to show all tables with 'mysql'? : Sql dba
What is assignment operator in pl sql?
How do I remove duplicates in two columns?
What are sql constraints?
Why do we use procedures in pl sql?
What is application trigger?
What is parallel hint?