Write a query to get last 10 records from the table.
Answer Posted / pallavi v
with temp as
(select * from emp order by rownum desc)
select * from temp where rownum < = 10
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the types of join and explain each? : Sql dba
What is scalar function?
Is a view faster than a stored procedure?
does sql support programming? : Sql dba
What is pl sql code?
How can get second highest salary in sql?
What is information schema in sql?
Is left join and outer join same?
What are the different types of dbmss?
How do you create a unique index?
How to select all records from the table?
What is scope of pl sql developer in future?
Which tcp/ip port does sql server run?
Does truncate need commit?
Enlist the advantages of sql.