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
What is the stuff and how does it differ from the replace function?
What’s the use of custom fields in report?
How many full-text indexes can a table have?
How to specify the collation for a character data type in ms sql server?
Do you know concepts and capabilities of sql server?
How to declare and use cursor variables?
Explain what are partitioned views and distributed partitioned views?
What is cdc in sql server?
How to receive output values from stored procedures?
Why can there be only one clustered index and not more than one?
What is TDS(Tabular Data Stream) Gateway?
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
How to get the number of affected rows?
What is database architecture? : SQL Server Architecture
Can you explain about buffer cash and log cache in sql server?