How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / satish
select top 5 * from tablename
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Which Model uses the SET concept
Will count(column) include columns with null values in its count?
Explain what are various ways to enhance the ssrs report?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
How do I uninstall sql server 2014?
What is the difference between dbcc indexdefrag and dbcc reindex?
How to add an address record into adventureworkslt?
Explain the properties of the relational tables?
Explain data warehousing in sql server?
how to avoid cursors? : Sql server database administration
Explain database normalization?
What are the pre-defined functions in the sql server?
How to list all login names on the ms sql server?
How real and float literal values are rounded?
Why are views required in the sql server or in any other database?