Write a query to get last 10 records from the table.
Answer Posted / l meher
select * from emp minus select * from emp where rownum<=
(select count(*)-10 from emp);
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Why is pl sql used?
What are the usages of sql?
Can you join a table to itself?
what is a materialized view? : Sql dba
How to run sql functions in pl/sql?
What is a delimiter in sas?
What is the need of merge statement?
What is database sql?
How to pronounce postgresql?
Explain dml and ddl?
When sql appeared?
What is dml and ddl?
What is difference between sql function and stored procedure?
How can the performance of a trigger be improved?
What kind of join is join?