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
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
How to list all schemas in a database?
Do you know what are acid properties?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
What is a not null constraint?
List out different types of normalizations in sql server and explain each of them?
What is checkpoint process in the sql server?
Explain the collation?
What is the usage of the sign function?
whats new about truncate in sql server 2008?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
Explain indexes disadvantages?
Does an index slow down updates on indexed columns?
What is @@error in sql?
Write a SQL query to make a column as unique?