how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / guest
select * from emp where EmpID between 5 and 7
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Can you tell me some of the common replication dmv's and their use? : sql server replication
How to create a user name in a database?
What are the indexes in sql server?
What are the different types of backups that exist?
What is rs.exe utility?
What is the correct order of the logical query processing phases?
What area unit the various kinds of info compression introduced in sql server 2008?
Why union all is faster than union?
How to check status of stored procedure in sql server?
Do you know what is difference between index seek vs. Index scan?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
your distribution database is full what will u do
How we can compare two database data?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What happens when converting big values to integers?