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
Describe how to use the linked server?
What is the contrast between sql and pl/sql?
What is the default fill factor value?
Explain Normalization and DE normalization
Does partitioning help performance?
What is Command line parameters in PLSQL.?
Why I am getting this error when dropping a database in ms sql server?
What is thr feature of change data capture?
How to apply cascading referential integrity in place of triggers?
is there a column to which a default can't be bound? : Sql server database administration
How do triggers work?
How to provide column names in insert statements in ms sql server?
How to create a new login name in ms sql server?
How to update multiple rows with one update statement in ms sql server?
Explain forward - only cursors?