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

Does .NET runtime offer Deterministic Destruction or not?

0 Answers   HCL,


Is .NET really support fully OOP Concept?

1 Answers  


Explain difference between state server and sqlserver? : .NET Architecture

0 Answers  


Does application frame need host?

0 Answers  


which is the institute in hyderabad for providing the live project industry training

0 Answers  


How to improve the cache performance? : Dot net architecture

0 Answers  


how to display a message box in the Application?

2 Answers   Six Sigma,


What other than biginteger has been introduced in system.numerics namespace?

0 Answers  


how windows applications different from the console applications?

1 Answers   Six Sigma,


What is Video Streaming in .net??

0 Answers   Infosys,


What is IL code, CLR, CTS, GAC & GC?

0 Answers   MindCracker,


Different types of authentication modes in .net framework ?

0 Answers  


Categories