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 are the differences between triggers and stored procedures?
how many clustered indexes can be created on a table? : Sql server database administration
Explain the rules for designing files and file groups in sql server?
Explain what is use of dbcc commands?
What is a user-defined function in the sql server and what is its advantage?
What is the order in which the sql query is executed?
How do triggers work?
Explain DBCC?
How can you insert null values in a column while inserting the data?
What are xml indexes?
How do I perform an unattended install of sql server 2000?
What is difference between unique and primary key?
How to start and end transact-sql statements?
Tell me what are the essential components of sql server service broker?
What is filtered index?