TestYourself answers for Writing rules to access external data
- Last Updated: May 3, 2021
- 1 minute read
- Corticon
- Version 7.2
- Documentation
Show me this set of test questions.
- Rule scope determines which data is processed during rule execution.
- So a database-enabled Rulesheet does not inadvertently retrieve all the corresponding data in a database, which could be a lot of data!
- It is extended to the database.
- True. Only root-level entities need to be extended. All other entities are extended automatically because their scope is reduced enough to not be as concerned about massive amounts of retrieved data.
- See the Data Integration Guide.
- No. In general, the rule modeler does not need to worry about where data is stored.
- Yes. The exception is when rules are written using root-level terms. If the Rulesheet is database-enabled, then these root-level terms may need to be extended to the database.