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
What is the difference between rank and dense_rank?
What is normalization of database?
What is the stuff and how does it differ from the replace function?
Do you know what is blocking?
How to insert new line characters into strings?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
What is the command to change the recovery model?
what is blocking? : Sql server database administration
explain different types of constraints? : Sql server database administration
What is the order in which the sql query is executed?
What are the differences between lost updates and uncommitted dependencies?
What is the difference between stored procedure and user defined functions?
Explain having clause and where clause?
When cursors are useful?