How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / satish
select top 5 * from tablename
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Explain how to integrate the ssrs reports in application?
why would you use sql agent? : Sql server database administration
What is a subquery in a select query statement in ms sql server?
Do you know spatial data types - geometry and geography in sql server 2008?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
Where the sql logs gets stored? : sql server database administration
How many types of cursor type are there?
How can you tell if a database object is invalid?
What is tempdb in sql server?
Explain about analysis services?
What is sql stored procedure?
What is a db view?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
How to create median function?
How to update values in a table with update statements in ms sql server?