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
how many values can the set function of mysql take? : Sql dba
What is an inconsistent dependency?
What is dbo in sql?
how do you know if your mysql server is alive? : Sql dba
What is the difference between partition and index?
what is the difference between primary key and unique key? : Sql dba
How many sql commands are there?
What is a unique key and primary key and foreign key?
what are date and time data types? : Sql dba
What is java sql package?
How do I save a sql query?
What is server name sql?
How do I run sql profiler?
What is sql architecture?
What does closing a cursor do?