I want to know last five transactions or records from emp
table, from now?
Answer Posted / keshav
Select*from emp
Minus
Select * from emp
Rownum<=(select count (*) -5 from emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is primary key secondary key alternate key candidate key?
What are types of indexes in sql?
What are the disadvantages of file system?
how to return query output in html format? : Sql dba
What are database links used for?
How many triggers can be applied to a table?
What is a primary key example?
What is the difference between unique and primary key constraints?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
What is union?
What is a table in a database?
What is normalisation in sql?
What is execute immediate?
Explain the methods used to protect source code of pl/sql.
Can %notfound return null after a fetch?