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 is database white box testing?
how will add additional conditions in sql?
Suggest a method of joining two tables.
what are constraints? : Sql server database administration
What is the difference between varchar and nvarchar?
What are the built in functions in sql server?
What is the order in which the sql query is executed?
What is difference between Datepart() and Datename() in SqlServer?
How can you insert null values in a column while inserting the data?
What are the differences between sql server and mysql.
Can group by and orderby be used together?
What to check if a User database is locked?
What are audit control procedures?
Do you know what are the differences between lost updates and uncommitted dependencies?
What are examples of triggers?