How to select top 5 coloumn from a table without using
coloumn name
Answer Posted / sudharshan
set rowcount 5
select * from table_name
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create function without parameter in sql server?
What are the lambda triggers?
How to change parameter value inside the report?
What are the advantages of using stored procedures in sql server?
Difference between DELETE and TRUNCATE?
What is the significance of null value and why should we avoid permitting null values?
What is attribute? : sql server analysis services, ssas
Explain following error properties?
What is the Disadvantage of indexed sequential file.
Write a sql query to sort on different column name according to the parameters passed in the function?
What is ssl in sql server?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
Explain how to integrate the ssrs reports in application?
What is 3nf normalization form?
What are trace flags and mention a few common trace flags used with sql server?