|
|
Keywords:
Column,
Row,
Table,
Datatype,
Explicitly
a database table that's defined with an object type only-it doesn't use any relational columns
a special kind of table in which each row represents an object based on a user-defined type
a special kind of table that holds objects and provides a relational view of the attributes of those objects
a table explicitly defined to hold object instances of a particular type
a table in which each row of the table is an object
a table made up of rows that are themselves objects, or a table that has one or more columns with objects as their datatype
a table that uses an object type for a column definition
a table with only one column, the object type
a way to collect groups of like objects and manipulate them with more traditional relational-table techniques
|