Author: SSWUG Research

Community

Outer Join with Oracle SQL

A "normal" join finds values of two tables that are in a relation to each other. In most cases, this relation is equality (=), but it can also be all sorts of operations that either return true or false. The important thing is that a "normal" join only returns rows of both tables of which the compar

Community

Tip: Convert Excel data to XML

(Benoit Marchal) Contrary to what you might think, not every document is initially written in XML. Actually, most documents are prepared with some other tool and later converted to XML. Many documents originate from relational databases such as DB2, or from Microsoft Office applications such as Word

Community

From XML to DML the Java Way

(Rajendra Pande) With XML (eXtensible Markup Language) rapidly becoming a standard way to describe and transfer data on the Web—especially in B2B transactions—applications that can read XML data and incorporate it in a database are becoming more and more important. When your applications can handle

Community

Taking Up Collections

During its lifetime, Oracle PL/SQL has become faster, easier to use, and richer in its feature set. Oracle Database 10g continues this PL/SQL tradition of speed, ease, and feature growth by offering a useful array of enhancements, including: –Dramatically faster excution speed, thanks to transp