how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / smitha
select * from (select row_number() over (order by empid) as
row, *
from employee)a
where a.row between 4 and 5
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
Where in ms sql server is ’100’ equal to ‘0’?
Mention the different types of replication in sql server.
What are the advantages of stored procedure in sql server?
What is a primary index?
What are types of subqueries?
What is normalization and its types?
What is t-sql script to take database offline – take database online.
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
What is a not null constraint?
What is tabulation?
What is the difference between DATETIME2 and DATETIME?
What is data mart? : sql server analysis services, ssas
Can you explain important index characteristics?
What are basics of policy management?