How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / aashish arora
SELECT top 5 * from information_schema.columns where
table_name = 'varTableName'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do you know what is sql service broker?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
What are the different types of backups avaialabe in sql server 2005?
What is a trace frag? Where do we use it?
write an SQL query to list the employees who joined in the month of January?
How to convert a table data in XML format in sql server?
What is field in algebra?
How to enable tcp/ip protocol on a sql server?
Explain optimistic and pessimistic concurrency?
What are partitioned views?
What is SQL Azure Firewall?
What is a view in sql?
What are information schema views?
How can you list all the columns in a database?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?