I want to know last five transactions or records from emp
table, from now?
Answer Posted / vikram
select * from emp where rowid >( select count(*)-n from emp)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain what is sql*plus?
Define join and name different types of joins?
what is row? : Sql dba
what are ddl statements in mysql? : Sql dba
What is the difference between stored procedure and view?
Enlist the characteristics of pl/sql?
What do you understand by pl/sql packages?
how to run 'mysql' commands from a batch file? : Sql dba
Explain correlated query work?
Can we call dml statement in function?
Is left join faster than inner join?
What are the different types of a subquery?
Explain normalization and what are the advantages of it?
What is the difference between python and sql?
Can you skip header records while loading? : aql loader