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
Tell me what is the stuff and how does it differ from the replace function?
Which table keeps the locking information?
What are the fixed server level roles? : sql server security
What command is used to create a database in the sql server and how?
What information is maintained within the msdb database?
What is function of CUBE ?
How do I find my localdb version?
Explain few examples of RDBMS?
How to declare and use cursor variables?
How to drop an existing table?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
What is the difference between a unique key and primary key?
How to modify an existing stored procedure in ms sql server?
What is the cartesian product of the table?