how to retrieve the top 3 salaries of the table using rownum
Answer Posted / vik
select empno, ename, sal from (select * from emp order by
sal desc) where rownum < 4
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Can we use pl sql in sql server?
what is sp_pkeys? : Transact sql
How to pronounce postgresql?
how to use like conditions? : Sql dba
What are pl sql procedures?
what is data manipulation language? : Sql dba
How do I debug a stored procedure?
What is Difference Between Unique and Primary Key Constraints?
How do you take the union of two tables in sql?
What is the most restrictive isolation level? : Transact sql
Explain the commit statement.
What is rtm in testing?
What is record data type?
How do I make sql search faster?
What is pl sql package?