how to select 5 to 7 rows from a table, which contains 10 rows?

Answers were Sorted based on User's Feedback



how to select 5 to 7 rows from a table, which contains 10 rows?..

Answer / sam

select * from emp where empid >=5 and empid <=7

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More SQL Server Interview Questions

What happens when converting big values to numeric data types?

0 Answers  


What is the disadvantages of index?

3 Answers   TCS,


What is normalization and what are the different forms of normalizations?

2 Answers  


Explain an incremental backup?

0 Answers  


Diffrence between DTS vs SSIS

2 Answers   IBM, Infosys,






How can we delete a table in sql server?

0 Answers  


Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

0 Answers   MCN Solutions,


What are the purposes and advantages stored procedure?

0 Answers  


What is resource governor in sql server?

0 Answers  


Is trigger fired implicitely?

2 Answers  


What is Dedicated Administrator Connection in sql server 2005?

2 Answers  


How to drop an existing table?

0 Answers  


Categories