wat will be the sql query to extract only last 3 records
from table supose table hving thousands for records
Answer Posted / grace
SELECT TOP 3 * FROM <TABLE_NAME> WHERE <CONDITION> ORDER BY
<COLUMN_NAME> DESC
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why do you want to join software field as you have done your BE in Electronics?
What is log in sql server?
What is lookup override?
What are the security related catalog views? : sql server security
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
Why do we use stored procedures in sql server?
What is nonclustered index with included columns ?
What is blocking?
What is entity data services?
Why do we need different type of parameter?
What is the difference between mysql and sql server?
How to define and use table alias names in ms sql server?
What is a full text index?
What is SQL Server?
Explain what are sparse columns?