Multidomain MDM
- Multidomain MDM 10.4
- All Products
Tab Name
| Building Block Description
| SQL Syntax
|
---|---|---|
Tables
| Tables associated with this query.
| FROM clause
|
Select
| Columns associated with this query. You can add functions and constants to the columns.
| SELECT
<list of columns>
|
Conditions
| Conditions associated with this query. Determines selection criteria for individual records.
| WHERE clause
|
Sort
| Sort order for the results of this query.
| ORDER BY clause
|
Grouping
| Grouping for the results of this query.
| GROUP BY clause
|
SQL
| Displays the SQL statement that is generated from the selected building blocks.
| SELECT statement with all clauses
|