wat will be the sql query to extract only last 3 records
from table supose table hving thousands for records
Answer Posted / priya
select top 3 from <table name > where < specify any
condition> order by <column ID> desc
| Is This Answer Correct ? | 15 Yes | 16 No |
Post New Answer View All Answers
What is RAID? What are the different types of RAID configurations?
What causes index fragmentation?
Can we check locks in database? If so, how can we do this lock check?
Can you import Microsoft Excel data to SSRS?
What are the new features of sql server 2012 reporting service?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is the difference between Triggers and Stored Procedure?
What is @@error in sql?
What is amo? : sql server analysis services, ssas
What are the requirements to use odbc connections in php scripts?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
What is partition in sql server?
What stored by the model?
Can we use pragma autonomous_transaction in trigger?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?