how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / monty
i have other idea if there is no duplicate record in the
table you can use this
select top 7 *from employee
except
select top 4 *from employee
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to use copy and concatenate commands in SQL?
What do you mean by data manipulation language?
What are basics of policy management?
What is @@rowcount in sql?
What are the advantages dts has over bcp?
What is a non equi join?
How do I setup a sql server database?
If the job running very slow what is the action you do
What are extended events in sql server?
Do you know query execution plan?
How many triggers are possible per table?
What is dimension table? : sql server analysis services, ssas
What stored by the model?
What is sql view?
How to create a simple stored procedure in ms sql server?