Working with C1DataViewSet > C1DataView Definitions > Composite View Definition > Creating a Composite View Definition |
A composite table can contain multiple table views based on a single table. In other words, a simple table can occur several times in a composite table diagram. Users can expose multiple related tables as a single rowset by defining a composite view, either visually or using an SQL-like statement.
To create a composite view definition that joins data from multiple tables together in one view, complete the following steps:
The C1DataView Definition Statement Builder opens. The Diagram View represents a view definition as a diagram, which allows you to add tables and define table and relation properties.
![]() |
Note: Alternatively, you can access the C1Data View Definition Statement Builder by clicking the ellipsis button ![]() |
The C1DataView Definition Statement Builder now contains the definition we just created. It does not contain the OUTER keyword, so JOIN is treated as OUTER.