wat will be the sql query to extract only last 3 records
from table supose table hving thousands for records
Answer Posted / varun
select column_name from table_name 997,1000
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
How do I find the default sql server instance?
Tell me what is normalization? Explain different forms of normalization?
What are synonyms?
How many types of built in functions are there in sql server 2012?
What is difference between equi join and natural join?
What is a unique index?
What does asynchronous call backs means?
What are locks in sql?
Tell me what is a linked server?
What is query processing?
What is table-valued sub query?
How to optimize stored procedure optimization?
Explain the microsoft sql server delete command?
What does this statement do @@rowcount?
List some case manipulation functions in sql?