How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / dj
Select Top(5) COLUMN_NAME
from INFORMATION_SCHEMA.COLUMNS
Where TABLE_NAME = 'Emp';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are types of scd? : sql server analysis services, ssas
What is table constraint?
What is the current limitation of the size of SQL Azure DB?
How to recover from sql injection? : sql server security
How to view existing indexes on an given table using sp_help?
What are the export options of ssrs?
What are the elements of dbms?
How to create a view on an existing table in ms sql server?
What is a collation?
What methods do you follow to protect from sql injection attack?
Is truncate a dml command?
What is the use of partition by in sql server?
wat wil hapn if we give the both read and deny read permission to user?
Why people hate cursor?
What is temporary table in sql server? Why we use temp table?