how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / govind
select * from emp where empid between 5 and 7
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is triggers in ms sql server?
Explain a checkpoint?
What are different types of views?
What is the default fill factor value?
What is the difference between set and select?
Explain transaction server isolation?
Where are SQL server users names and passwords are stored in sql server?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
What are the new scripting capabilities of ssms? : sql server management studio
Tell me what are cursors and when they are useful?
What is the difference between for xml raw and for xml auto?
What is a trigger what are the advantages of trigger?
What is the xml datatype?
What are the dmvs?
What does set rowcount do?