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 sparse columns of sql server 2008?
what is an extended stored procedure? : Sql server database administration
Can binary strings be used in arithmetical operations?
What are user defined functions in ms sql server?
How to divide query output into multiple groups with the group by clause in ms sql server?
Explain what is meant by replication of database?
What do we need queues in sql service broker?
Can a rule be bound to any column of any data type?
Can foreign key be duplicate?
You want to implement the many-to-many relationship while designing tables. How would you do it?
What are joins in sql and what are the different types of joins?
Why functions are used in sql server?
What are ddl (data definition language) statements for tables in ms sql server?
What is bcp? When does it used?
What is the difference between SQL notification and SQL invalidation?