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 error ora-12154: tns:could not resolve the connect identifier specified?
What is sql profiling in oracle?
What is relationship? How many types of relationship are there?
What is difference between db2 and sql?
What packages are available to pl/sql developers?
How to select random rows from a table?
What is spool?
how to include character strings in sql statements? : Sql dba
what is sql profiler? : Sql dba
what is a database lock ? : Sql dba
What is write ahead logging in sql server?
What is fmtonly in sql?
What is the use of prepared statement?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
Which tcp/ip port does sql server run?