Creating desicion tree in Oracle
Hi.
I've been tasked with finding how to convert a decision tree to Oracle tables. It's used for a user help center: If caller answers Question A with Answer 1, then ask Question C, else ask Question B, etc. And they'd like to record the user's responses along the way. We need to determine the value based on these user answers.
How do you create such a thing in a relational database? Your guidance is much appreciated. Thanks.