Write a query to get last 10 records from the table.
Answer Posted / praveen biradar
select empno from (select empno from emp order by empno
desc) where rownum<=10 order by empno
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What are aggregate functions in sql?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
How much does a sql dba make? : SQL DBA
How to install oracle sql developer?
What is self-join and what is the requirement of self-join?
How to Declare Fixed Length String Value In PL SQL
How do I run a sql script?
What is the current version of sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Define commit?
What are the uses of merge?
What is a dynamic query?
Why is sql better than hql?
How bulk collect improves performance?
How many types of functions are there in sql?