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
How do I start sql server?
What is sql server profiler?
Explain timestamp datatype?
How use inner join in sql server?
What are the purpose of Normalisation?
Explain a join?
What are different backups available in sql server?
What are the two modes of authentication in sql server?
How can we use ConnectorJ JDBC Driver with MS SQL?
What is resultset concur_updatable?
Define tempdb database?
How can i Relate Tables in SSIS
explain the storage models of olap? : Sql server database administration
You want to implement the one-to-many relationship while designing tables. How would you do it?
List out some of the requirements to set up a sql server failover cluster?