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 is the importance of updatepanel control?
Explain cache memory? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What is .net mobile images control. : Microsoft dot net mobile
What is cookie less session?
What is the mesi? : Dot net architecture
Explain what does the term "green architecture" mean? : Dot net architecture
What are end points, contract, address and bindings?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What is .net mobile forms? : Microsoft dot net mobile
What does the term "green architecture" mean? : Dot net architecture
How do I know when my thread pool work item has completed?
What are the new features of .net 2.0?
Explain the purpose of cache? How is it used? : Dot net architecture