how to retrieve the top 2 salaried persons from a database?
Answer Posted / unknown
Select salary from (select salary from employees) where
rownum <=2;
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is sqlerrm?
What is prepared statement in sql?
What is java sql package?
What is normalization sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
State few characteristics of pl/sql?
What is the maximum number of triggers, you can apply on a single table?
What are the types of sql commands?
which types of join is used in sql widely? : Sql dba
How do I view output in sql developer?
What are the different types of a subquery?
What are tables and fields?
Explain the steps needed to create the scheduled job?
discuss about myisam key cache. : Sql dba
How do I start sql profiler?