Relations /text/shared/explorer/database/02010101.xhp Sun Microsystems, Inc. converted from old format - fpe join properties (Base) link properties in relational databases (Base) inner joins (Base) joins in databases (Base) left joins (Base) right joins (Base) full joins (Base) mw added "(Base)" to all entries Relations If you double-click a connection between two linked fields in the query design, or if you choose Insert - New Relation, the Relations dialog appears. These properties will be used in all queries created in the future. Tables involved Specifies two different tables that you want to join.UFI: removed a help id Fields involved Specifies two data fields that will be joined by a relation. Options Type Specifies the link type of the selected link. Queries about the various types of links differ in the number of records displayed. The following options are available: Inner Join With the internal join, the results table contains only the records for which the content of the linked fields is the same. In $[officename] SQL this type of link is created by a corresponding WHERE clause. Left Join With the left join, the results table contains all fields of the left table and only those fields of the right table for which the content of the linked fields is the same. In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN command. Right Join With the right join, the results table contains all fields of the right table and only those fields of the left table for which the content of the linked fields is the same. In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN command. Full Join For a full join, the results table contains all fields of the left and right tables. In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command.