Answer Posted / pramod janjirala
select sal,ename from emp where sal=(select max(sal) from
emp);
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
what are all the different normalizations? : Sql dba
Is like operator in sql case sensitive?
Is sqlite good enough for production?
Explain the structure of pl/sql in brief.
What is pl/sql table? Why it is used?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
how can we destroy the session, how can we unset the variable of a session? : Sql dba
Why do we use subquery?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is natural join in sql?
How do I view stored procedures?
What are aggregate and scalar functions?
How does postgresql compare to oracle/db2/ms sql server/informix?
how to do backup entire database? : Transact sql
What are different categories of sql commands?