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 encryption key?
How many types of stored procedures are there in sql server?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What is the need for indexing?
How does Report Builder support Analysis Services cubes?
What is public role in sql server?
What are the advantages of using stored procedures in sql server?
How to install sql server 2005 express edition?
Can I use sql azure as a backup with log shipping or database mirroring?
Relational calculus is what type of language?
What do you mean by cardinality?
how to avoid cursors? : Sql server database administration
Which sql server table is used to hold the stored procedure scripts?
Explain multiserver query
How to create an identity column?