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


Please Help Members By Posting Answers For Below Questions

How self join is different from outer join?

601


What is the name of reporting services config file and what’s it’s used for?

107


What is the full form of dql?

507


How to attach adventureworkslt physical files to the server?

629


Explain what are magic tables in sql server?

535






Difference between DELETE and TRUNCATE?

613


Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?

587


What is difference between view and materialized view?

533


What are views in ms sql server?

594


You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?

616


you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration

542


How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?

666


What command is used to delete a table from the database in the sql server and how?

538


Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture

541


Ways to improve the performance of a SQL Azure Database?

103