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

Explain about local stored procedure?

0 Answers  


Explain about thread and memory management process of SQL?

0 Answers  


What is “asynchronous” communication in sql server service broker?

0 Answers  


Can coalesce return null?

0 Answers  


What is collation sensitivity? Explain different types.

0 Answers  






How do you know if sql server is running on your local system?

0 Answers  


What are the types of processing and explain each? : sql server analysis services, ssas

0 Answers  


In which situation you use Self joins?

1 Answers   CarrizalSoft Technologies, HP, TCS,


Tell me what are the essential components of sql server service broker?

0 Answers  


What is an example of a foreign key?

0 Answers  


How to transfer data from a cursor to variables with a "fetch" statement?

0 Answers  


What is plan freezing?

0 Answers  


Categories