I want to know last five transactions or records from emp
table, from now?
Answer Posted / sarmistha
select TOP (5) * from emp order by empid desc
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is pl sql record in oracle?
What is foreign key sql?
What is varchar data type in sql?
What is bulk compiling in pl/sql.?
List the different type of joins?
What is the difference between jpql and sql?
what is the stuff function and how does it differ from the replace function? : Sql dba
Enlist the data types that can be used in pl/sql?
what is top in tsql? : Transact sql
How many types of indexes are there in sql?
What are the benefits of pl sql?
describe transaction-safe table types in mysql : sql dba
Define join and name different types of joins?
What are the disadvantages of not performing database normalization?
Can primary key be changed?