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 trigger explain with program?
How to create a store procedure with encryption?
What is a self join in sql server?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
Explain raiserror in sql server?
How can we use ConnectorJ JDBC Driver with MS SQL?
What is the server name in sql server?
What is the difference between clustered index and primary key?
What are trace flags and mention a few common trace flags used with sql server?
How to verify a login name with sqlcmd tool?
Why do we need normalization?
What are the differences between triggers and stored procedures?
Define Unique Key?
What stored by the msdb? : sql server database administration
Define full outer join?