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 to create a new login name in ms sql server?
How to enter comments in transact-sql statements?
what are the reporting service components in SSRS?
What is Command line parameters in PLSQL.?
How to set database to be single_user in ms sql server?
What are different replication agents and what's their purpose? : sql server replication
Explain the disadvantages of cursors?
How you provide security to cube? : sql server analysis services, ssas
What is a join in sql? What are the types of joins?
What is indexed view? How to create it?
What is the command dbcc checkdb used for?
What are the new data types are introduced in sql 2000?
Why do we need different type of parameter?
How to change the system date and time from SQL Plus Terminal ?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram