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 list all triggers in the database with sys.triggers in ms sql server?
Can you explain powershell included in sql server 2008?
what stored procedure can you use to display the current processes? : Sql server administration
What is an inner join?
How can i Relate Tables in SSIS
What are different types of data sources?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
Write query to return all rows sql?
How to find the service pack installed? : sql server database administration
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
What is dknf in normalization form?
What is the maximum size per database for sql server express?
Working with TLogs
What is the recovery model? List the types of recovery model available in sql server?
What is tablesample?