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
How do you delete a trigger?
List the different normalization forms?
What is the purpose of the master database?
What is the syntax for encrypting a column in SQL Server?
What are user-defined functions (udfs) in sql server?
Explain the first normal form(1nf)?
Differentiate between sql temp table vs table variable?
What are information schema views?
Can I disable or restrict ssrs export formats (rendering formats)?
What is difference between materialized view and view?
What is index, cluster index and nonclustered index?
How do you migrate data from mssql server to azure?
Can you pass expressions to function parameters?
Explain for xml explicit mode?
What are the properties of the transaction?