What are the differences between object views and object tables?
Like the similarity between relational views and tables, an object view has properties similar to an object table: It contains objects in rows. The columns of the view map to top-level attributes of the object type. Each object has an identifier associated with it. The identifier is specified by the view definer; in most cases, the primary key of the base table serves as the identifier.