wat will be the sql query to extract only last 3 records
from table supose table hving thousands for records
Answer Posted / kumar
select top 3 * from tablename
order by 1 desc
By
Kumar Junior Software Engineer
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is a view in sql?
How to set database to be read_only in ms sql server?
What different steps will a sql server developer take to secure sql server?
What is sql server 2000 work load governor?
Explain relational data?
Does index slows down insert statements?
Explain an automatic checkpoint
Which sql server is best?
What are the different types of lock modes in sql server 2000?
How to create a large table with random data for index testing in ms sql server?
What happens if you add a new index to large table?
What is spid in sql server profiler?
What language is sql server written in?
Do you know what are the properties of the relational tables?
What is an execution plan?