For your implementation, the following tables are extended from each other:• Incident table is extended from Task table.• Super Incident table is extended from Incident table.In this situation, which table(s) are Parent, Child and Base tables? (Choose five.)
Don't forget, parent table means other tables extend from it and base table means that it is the original table and other tables will extend from it, even parent tables.
Base: Task Table
Parent: Incident Table, Change Table, Problem Table, User Table
Child: Super Incident Table