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
How to disable triggers using "disable trigger"?
Which Model uses the SET concept
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What is transaction server auto commit?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
What is the sql case statement used for?
What factors you will consider calculating the storage requirement for that view?
Difference between connected and disconnected database in .net with sql server?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
Who is the owner of a schema in ms sql server?
Can sql servers linked to other servers?
Explain the relational database management system (rdbms)?
How adventureworkslt tables are related?
What method is used by the Command classes to execute SQL statements that return single values?
What do you understand by check constraint in sql server?