Answer Posted / krishna mohan thamisetty
select *
from table
where date between GETDATE()-(5*365) and GETDATE()
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how to use linked server?
Detail about the hardware which is supported by SQL server?
What is a dataset and what are the different types of datasets?
what is an index? : Sql server database administration
What is faster join or union?
Explain different types of self contained sub query?
What are the database objects? : SQL Server Architecture
How to call stored procedure using http soap?
What are the five major components of a dbms?
How do you improve the performance of a SQL Azure Database?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
How to make a remote connection in a database?
How to automatically create a log when an exception is being received into SQL Server?
why would you use sql agent? : Sql server database administration
What is the recovery model?