how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / guest
select * from emp where EmpID between 5 and 7
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Explain sql server authentication modes?
What is the server name for sql management studio?
What is an index. What are the types?
Tell me the difference between clustered and non-clustered index?
How many types of cursor type are there?
Do you know what are the differences between lost updates and uncommitted dependencies?
What are the different types of join?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
What is use of except clause?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
Why would you call update statistics?
How to find table changes in sql server?
What is the significance of master, tempdb and model databases?
What are subqueries in sql server?
How to get the query of a table in sql server?