how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / kaviraj.y
SELECT * from emp_table WHERE e_id>=5 AND e_id<=7;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define left outer join in sql server joins?
How to create a view using data from another view?
Name three of the features managed by the surface area configuration tool? : sql server security
What is replace and stuff function in sql server?
What are the advantages of the mirroring?
What are exact numeric data types in ms sql server?
Can we use where and having clause together?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
Do you know what is difference between index seek vs. Index scan?
What are the differences between union, intersect, and minus operators?
What is a linked server in sql server?
What is 3nf normalization?
Why is sql server log file full?
Explain what is “asynchronous” communication in sql server service broker?
What are trace flags and mention a few common trace flags used with sql server?