Write a query Where,Groupby,having clauses?

Answers were Sorted based on User's Feedback



Write a query Where,Groupby,having clauses?..

Answer / reddy

select userid from usertable where username like '%raj%'
group by userid having userid between 1 and 4

Is This Answer Correct ?    12 Yes 3 No

Write a query Where,Groupby,having clauses?..

Answer / 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

More Dot Net AllOther Interview Questions

Explain about code access security?

0 Answers  


what is the use of SQL command builder class in C#.net? Explain how can we execute a stored procedure using C#.Net? What is the difference between .DLL and .EXE?

2 Answers  


what is the method while we are using adapter and dataset ?

0 Answers  


What is the mesi? : Dot net architecture

0 Answers  


how to change the title of my window?

0 Answers   Six Sigma,






What is the purpose of cache? How is it used? : Dot net architecture

0 Answers  


Explain about continuable exceptions?

0 Answers  


what are ACID properties ?

3 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers  


while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction

2 Answers   Aviva,


hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays

0 Answers  


Explain cache memory? : Dot net architecture

0 Answers  


Categories