how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / ajay
select * from emp where sno between 5 and 7
ajay.thomala@gmail.com
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
State the difference between local and global temporary tables?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
What programming language would you use to create embedded functions in ssrs?
Explain filtered indexes benefits?
What is the syntax for encrypting a column in SQL Server?
What does the on update no action do?
What is temporary stored procedure?
Do you know what is a with(nolock)?
What are the different authentication modes in sql server? How can it be changed?
How do you delete duplicate records in sql server?
What is 2nf example?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
How to convert a unicode strings to non-unicode strings?
What is query and its types?