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
Why do you want to join software field as you have done your BE in Electronics?
What is mean by dml?
How to create sub reports?
Explain full-text indexing?
What is transaction server consistency?
What is the difference between dropping a database and taking a database offline?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
Which are ddl commands?
What are the types of indexing?
Is truncate autocommit?
What is the difference function and stored procedure?
How to install sql server 2005 express edition?
How to view existing indexes on an given table using sp_help?
What is Dependency Injection and provide example?
Can we use where clause in union?