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
In what sequence sql statement is processed?
Which table keeps information about stored procedures?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
What does REVERT do in SQL Server 2005?
How to set database to be single_user in ms sql server?
What are database states in ms sql server?
What are the key configuration files for sql server reporting services ?
What are alternate keys?
What is an sql server agent?
what are user defined datatypes and when you should go for them? : Sql server database administration
How to get a list of columns using the "sys.columns" view in ms sql server?
What is ms sql server reporting services?
List out what other servers you can use with ssrs?
Does windows server 2016 come with sql server?
What is TDS(Tabular Data Stream) Gateway?