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
What is loop in pl sql?
What are different types of keys?
Are sql database names case sensitive?
how are mysql timestamps seen to a user? : Sql dba
what is subquery? : Sql dba
what is oltp (online transaction processing)? : Sql dba
Can I join the same table twice?
What are inbuilt functions in sql?
Can 2 queries be executed simultaneously in a distributed database system?
Is sql a backend?
What kind of join is join?
how to enter numeric values as hex numbers? : Sql dba
What are the commands used in sql?
What is %type in sql?
What is plpgsql language?