DB join facilitates reference between tables, from one table to another. Combine rows from two or more tables, based on a common field between them. The concepts below are all based on SQL.
Fields & its description:
- Description
Enter the description of the database join operation regarding source and destination.
- From
Specify the table from which data has to be retrieved here.
- To
This is the destination table where the data from the source is acquired.
- Type
Type may be Direct if the path of data connection is between the source and destination tables only. Indirect type is selected if several tables are accessed in order to connect the source and destination table.
If your choice is Indirect then specify the path of “indirect from” and “indirect to” table.
- Join
These are table operations where Inner join will retrieve the intersection of data from the source and destination table. Left Outer join will display the common data along with the data from source table.
- Expression
This is the expression of the DB join operation.
Revisions
- May 29, 2015 @ 04:03:51 [Current Revision] by vv
- May 29, 2015 @ 04:01:08 by vv
- May 29, 2015 @ 04:00:37 [Autosave] by vv
- May 22, 2015 @ 11:37:39 by vv
- May 22, 2015 @ 11:35:44 by vv
- May 22, 2015 @ 11:31:50 by vv
- May 22, 2015 @ 11:21:48 by vv
- May 22, 2015 @ 11:18:30 by vv
- May 22, 2015 @ 11:17:17 by vv
- May 22, 2015 @ 11:12:23 by vv
- May 22, 2015 @ 11:00:37 by vv
- May 22, 2015 @ 10:01:07 by vv
- May 22, 2015 @ 09:37:10 by vv