How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / yunus
select top(5) * from tablename
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Do you know what is rank function?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
List the different normalization forms?
What is the difference between left and right outer join?
Write a SQL query to make a column as unique?
What are the different kinds of ssrs reports?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
Write the syntax for stuff function in an sql server?
What is compound operators?
How do I determine how many instances of sql server are installed on a computer?
how to take backup bcp out for a column in table in sql server?
How and why use sql server?
Which rendering formats are affected by the pagesize properties?
What are the main sources of data?
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