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
What is the language structure to add a record to a table?
What are the types of database schema? : sql server analysis services, ssas
What is a with(nolock)?
What does select 1 mean?
How can I know what locks are running on which resource?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
Your table has a large character field there are queries that use this field in their search clause what should you do?
Explain database normalization?
Which language is supported by sql server?
What is database replication?
Is it safe to delete log files?
What is a transactions?
How will you go about resolving deadlocks?
Explain full-text query in sql server?