What is the Query of getting last 10 transaction Reports
(like insert, update, Delete Data from Tabele) ?
Answer Posted / anand
select top 10(fieds_name) from <table_name> order by
(fields)name) desc.
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What is the difference between getdate and sysdatetime?
What is difference between clustered index and non clustered index?
How to loop through returning rows?
What structure can you implement for the database to speed up table reads?
What are data regions?
Tell me what are the essential components of sql server service broker?
Tell me what is the stuff and how does it differ from the replace function?
Define left outer join in sql server joins?
What is instead of trigger sql server?
What factors you will consider calculating the storage requirement for that view?
What is the ‘fillfactor’?
Do you know clustered and non-clustered index?
What are the filtered indexes?
What is sub query and its properties?
How you would rewrite the sql query to return the customerid sorted numerically?