how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / sam
select * from emp where empid >=5 and empid <=7
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How to skip remaining statements in a loop block using continue statements?
Why people hate cursor?
What is raid, and how it can influence database performance?
Explain database normalization?
What is the difference between a function and a trigger?
Can you explain important index characteristics?
State the difference between union and union all?
How to convert character strings into numeric values?
How connect excel to sql server?
How much memory that we are using in Logshipping Concept?
What is the process of normalization?
List out the differences between global and local temp tables in sql server?
How to insert multiple rows with a subquery?
Explain primary key, foreign key and unique key?
What are the dis_advantages of stored procedures, triggers, indexes?