how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / john t
If you knowfor sure that the number of rows is 10 then the
above answers given above a great examples. So what if you
don't know the total number of rows in that table? Can you
use Select count(*) from nameoftable;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between function and stored procedure?
Define normalisation?
How you can get the list of largest tables in a database?
What are the mathematical functions supported by sql server 2005?
Explain the dirty pages?
What is the use of sql profiler in sql server 2012?
What is clustered index
When you use @@error and try-catch?
How to rename databases in ms sql server?
What is buffer cash in sql server?
What is create statement?
If the job running very slow what is the action you do
What is the latest version of microsoft sql server?
How to enter date and time literals in ms sql server?
define and explain the differences between clustered and non-clustered indexes.