Author: SSWUG Research

Community

JOINS in Action

The purpose of this handout is to give you mini-example of the different types of joins we covered in class using two tables. We will illustrate cross join, inner join, left outer join, right outer join, and the full outer join. For this example, I used MS Access (the screen shots look much nicer t

Community

Using the SQLXML data type

(Deepak Vohra) J2EE developers are commonly required to store an XML document in a relational database and retrieve an XML document from a database to obtain element and attribute values. Currently, only vendor-specific technologies and data types are available to store an XML document in a relation