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
Explain about Joins?
What are different types of collation sensitivity?
How do you know if sql server is running on your local system?
Define normalisation?
Where is localdb stored?
How many cores do I need for sql server 2016?
What is bit data type? What's the information that can be stored inside a bit column?
Why I am getting this error when dropping a database in ms sql server?
How to attach adventureworkslt physical files to the server?
How to transfer a table from one schema to another?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What do you understand by integration services in sql server?
How is sql used in sql server?
What is primary key and example?
How to write an inner join with the where clause in ms sql server?