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
What type of Index will get created after executing the above statement?
What is sql server locking?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Define model database?
Will sql server 2005 allow you to reduce the size of a column?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What is difference between index seek vs. Index scan?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
How to integrate the ssrs reports in application?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
What is a trigger and types of a trigger?
What is query and its types?
How to use union to merge outputs from two queries together in ms sql server?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?