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
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
What are the basic functions for master, msdb, model, tempdb databases?
What is triggers in ms sql server?
What is partitioned view?
Is it possible to update the views? If yes, how, if not, why?
What is a filestream?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
What is query optimization process?
Explain boyce and codd normal form(bcnf)?
What is join query?
What are the elements of dbms?
what are acid properties? : Sql server database administration
Can a table be created inside a trigger?
What is a schema in ms sql server 2005?
Tell me what do we need queues in sql service broker?