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
How would you add a section to a table?
What is the difference between mysql and sql server?
What stored procedure can you use to display the current processes?
What is the simplest way to create a new database in ms sql server?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
How to rebuild the master database?
How to list all objects in a given schema?
What is merge replication?
List the different types of collation sensitivities in sql server?
Explain active/passive and active/active cluster configurations?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
New concepts of sql server 2005 use in your project.
What the different components in replication and what is their use?
Explain the etl (extraction, transformation, and loading)?
What is a periodical index?