Answer Posted / subhrangshu
Select ASSOCIATED_PRODUCT , MAX(YEARS)
from Contract
where CONTRACT_STATUS LIKE 'Executed'
group by ASSOCIATED_PRODUCT
having MAX(MONTHS) > 6
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What's new in the .net 2.0 class library?
What is the purpose of cache? : Dot net architecture
How can I create a application?
Explain about common language infrastructure?
Explain about developer benefit from memory management?
What is MS chart control in visual studio?
Different types of authentication modes in .net framework ?
6. Wcf- what is SOA
Explain .net mobile selectionlist control? : Microsoft dot net mobile
Define an interrupt? : Dot net architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is the mesi? : Dot net architecture
Explain cache memory? : Dot net architecture
what are the events for a form?
Whate are resource files? How are they used in .net?