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
What does <> symbol mean?
What is table valued function and scalar valued functions?
How many triggers are possible per table?
How to move database physical files in ms sql server?
What are the mathematical functions supported by sql server 2005?
What is federation member?
What is difference between materialized view and view?
Tell me what is log shipping?
When columns are added to existing tables, what do they initially contain?
What is set nocount on?
How do I start and stop sql server?
What are pages and extents? : SQL Server Architecture
What is filtered index?
Can we delete data from a view?
What is partitioned view?