Write a query to get last 10 records from the table.
Answer Posted / chandrakishan
select * from emp where rownum>=
(select count(*)-10 from emp);
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
List and explain the different types of join clauses supported in ansi-standard sql?
what are all the different types of indexes? : Sql dba
How can you create an empty table from an existing table?
tell us something about heap tables. : Sql dba
What is the best free sql database?
What is pl sql in dbms?
What is the most common sql injection tool?
What is primary key and unique key?
What is rank () in sql?
Explain spool.
How to find 3rd highest salary of an employee from the employee table in sql?
What is foreign key and example?
How to write pl sql program in mysql command prompt?
what is self-join? : Sql dba
Differentiate pl/sql and sql?