Posts

Showing posts from July, 2011

ALL, ANY and SOME Comparison Conditions in SQL

It is quite possible you could work with Oracle databases for many years and never come across the ALL , ANY and SOME comparison conditions in SQL because there are alternatives to them that are used more regularly. You can find more info on following links: PL/SQL Challenge Oracle-Base Article Oracle Documentation I hope this will be quite useful to many developers. Thanks to PL/SQL Challenge. Regards, Sohil Bhavsar