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 is the default value of an integer data type in sql server 2005?
What is built-in function?
What are the steps you should follow to start sql server in single-user mode?
What is tablesample?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
Are there issues when exporting SSRS reports into Microsoft Excel? When my users are trying to export a SSRS report into Microsoft Excel, one or two columns in the report appear to merge together. Why might this be?
Tell me what is normalization? Explain different forms of normalization?
What is stored in the mssqlsystemresource database? : sql server database administration
Why are sql functions used?
How many columns can we include on clustered index ?
In which sql server version report builder introduced?
What is a select query statement in ms sql server?
What is cursors? And what are the different types of cursor?
Sql server reporting services vs. Crystal reports.