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
How to connect sql server management studio express to sql server 2005 express?
Why would you call update statistics?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
Explain what is lock escalation?
What are “lock” hints?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What are indexes in sql?
What is the purpose of the model database?
Explain what are the basic functions for master, msdb, model, tempdb databases?
How can we rewrite sub-queries into simple select statements or with joins?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
Do you know data definition language, data control language and data manipulation language?
How do I find the sql server version?
What is Federation and Federation Member?
What happens when transaction log is full?