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
what is data manipulation language? : Sql dba
How do I create a sql database?
What are the types of index in sql?
How do I partition a table in sql?
What is difference between hql and sql?
What are the two types of exceptions in pl/sql?
How many sql core licenses do I need?
How do you remove duplicates without using distinct in sql?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What are sql ddl commands?
What is scope of pl sql developer in future?
What is attribute indicator in pl sql?
What is your daily office routine?
What is the use of triggers?
Explain the advantages and disadvantages of stored procedure?