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
Which type of cursor is used to execute the dml statement?
What makes a good primary key?
Explain correlated query work?
What's the difference between a primary key and a clustered index?
List and explain the different types of join clauses supported in ansi-standard sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Can we create table in function?
what is bcp? When does it used? : Sql dba
What is rowtype?
What are the types of operators available in sql?
What are the types of queries in sql?
What is t sql used for?
How do I make sql search faster?
Why do we need databases?
What is dbo in sql?