Home | Previous Page | Next Page   Composing Advanced SELECT Statements >

Handling Collections in SELECT Statements (IDS)

The database server provides the following SQL features to handle collection expressions:

The collection subquery and collection-derived table features represent inverse operations: the collection subquery converts row values from a relational table into a collection whereas the collection-derived table converts the elements of a collection into rows of a relational table.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]