When determining the size of a fact table estimating the num
When determining the size of a fact table, estimating the number of possible values for each dimension associated with the fact table is equivalent to:
determining the number of TRIGGERS used in the database.
determining the number of possible values for each foreign key in the fact table.
determining the number of DML statements made to create a table.
determining the number of DDL statements made to create a table.
| A. | determining the number of TRIGGERS used in the database. | |
| B. | determining the number of possible values for each foreign key in the fact table. | |
| C. | determining the number of DML statements made to create a table. | |
| D. | determining the number of DDL statements made to create a table. |
Solution
Option b is correct choice.
Option b is correct choice.
