What is the Query of getting last 10 transaction Reports
(like insert, update, Delete Data from Tabele) ?
Answer Posted / mona
select top 10 (field list) from (tablename) order by (your
autonumbering/identity column) desc
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
What are the restraints imposed on the table design by a merge replication?
How to modify existing triggers using "alter trigger"?
How do I save a stored procedure in sql server?
How to change the password of a login name in ms sql server?
What is the size of transaction log file?
Can we check locks in database? If so, how can we do this lock check?
How would you add a section to a table?
Write a program using SQL queries to find a unique entry in a table.
Explain collation?
Define cross join in sql server joins?
What is in place upgrade in sql server?
What is the difference between web edition and business edition?
How to create and drop temp table in sql server?
Explain what are page splits? : SQL Server Architecture
What are the different Authentication modes in SQL Server and how can you change authentication mode?