how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / pravnch
Select EmpNo, EName,Sal from EmpTable where EmpNo between 5
and 7
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Explain the truncate command?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
What is log in sql server?
Can You Use Data Mining Models In Ssrs?
Where is localdb stored?
What are the different types of normalization?
Can a table be created inside a trigger?
What are the properties of the relational tables?
What are the tables in sql?
What is sql sandbox in sql server?
After removing a table from database, what other related objects have to be dropped explicitly?
How many triggers are possible per table?
What are different types of statement?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?