how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / ajay (esd)
Please ignore my above answer
select * from tablename where sno between 4 and 8
Ajay
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
how to determine the service pack currently installed on sql server? : Sql server database administration
What are the restrictions that views have to follow? : SQL Server Architecture
What do you understand by integration services in sql server?
How to change server name in sql server?
What are database states in ms sql server?
What are the differences between decimal and float in ms sql server?
Mention the differences between substr and charindex in sql server.
What is the command used to recompile the stored procedure at run time?
What is policy based management (pbm)? : sql server database administration
Can you import Microsoft Excel data to SSRS?
Can two tables have the same primary key?
How much is a sql server license?
Tell me about normalization in DBMS.
Explain important index characteristics?