1Z0-591 · Question #88
Identify the two true statements about alias tables.
The correct answer is A. Alias tables are set up to avoid triangular or circular joins. B. Alias tables are set up to include best practice naming conventions for physical table names. It is a best practice to create aliases for all tables. Aliases are created in the Physical Layer of the repository. Some of the benefits of using aliases are given below: (A) An alias is used to avoid circular joins and to configure self joins. You can create a join…
Question
Identify the two true statements about alias tables.
Options
- AAlias tables are set up to avoid triangular or circular joins.
- BAlias tables are set up to include best practice naming conventions for physical table names.
- CAlias tables are set up to create another physical copy of the data.
- DAlias tables are set up to create a copy of the data with a filter applied to it.
How the community answered
(41 responses)- A78% (32)
- C7% (3)
- D15% (6)
Explanation
It is a best practice to create aliases for all tables. Aliases are created in the Physical Layer of the repository. Some of the benefits of using aliases are given below: (A) * An alias is used to avoid circular joins and to configure self joins. * You can create a join relationship which is different than the actual foreign key relationship in the database. This helps in defining relationships to meet business model criteria. * Aliases can function in numerous ways to define business model e.g. a table can act both as a dimension and a fact using aliases. (B) * You can rename aliases to make physical and business model easier to understand.
Topics
Community Discussion
No community discussion yet for this question.