How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / aashish arora
SELECT top 5 * from information_schema.columns where
table_name = 'varTableName'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you get second highest salary from the table?
What is normalization? Explain its different types?
How many categories of data types used by sql server?
what is spatial nonclustered index
Explain the difference between primary keys and foreign keys?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
SQL Server Architecture ?
Tell me what is log shipping?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How to disable stored procedure sql server?
What is the difference between a fill factor of 100 and 0?
Explain the relational database management system (rdbms)?
What does dml stand for?
How do I find query history in sql server?
Can we add a cpu to sql server?