Answer Posted / tp
select * from table1 where date between dateadd(yy,-
5,getdate()) and getdate()
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the parse query button used for?
What are the default system databases in sql server 2000?
Differentiate between mongodb vs. Sql server?
Why we use the openxml clause?
What is the difference between a view and a stored procedure?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
What is attribute relationships, why we need it? : sql server analysis services, ssas
Explain about integration services of Microsoft SQL server?
What is dirty page?
What is the index requirement in SQL Azure?
When should you use an instead of trigger?
What are extended events in sql server?
What factors you will consider calculating the storage requirement for that view?
Difference between report and query parameter. Why do we need different type of parameter?
How many clustered indexes there can be on table ?