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
How can i Relate Tables in SSIS
How to use “drop” keyword in sql server and give an example?
How do I start sql server?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What is the definition for sql server 2000?
How do I find query history in sql server?
What is the return type of executeupdate ()?
What is a field name?
What do you understand by integration services in sql server?
What is meant by indexing?
Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
How to view the error log for any specific instance? : sql server database administration
Can we take the full database backup in log shipping?
What is read committed?