How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / sudharshan
set rowcount 5
select * from table_name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which are the third-party tools used in sql server and why would you use them?
What are the different authentication modes in sql server? How can it be changed?
Mention the 3 ways to get a count of the number of records in a table.
How do I find the query plan in sql server?
What is normalization and denormalization in sql server?
What is the use of RDBMS?
What were the latest updates to SQL Azure service?
What is extended stored procedures?
Tell me something about security and sql azure?
What are page splits?
What is the purpose of a table?
What is dbcc updateusage?
what method you can use to reduce the overhead of Reporting Services data sources?
What are the differences between lost updates and uncommitted dependencies?
List the different index configurations possible for a table?