Table Access Control rules are processed in the following order:
- any table name (wildcard), parent table name, table name
- table name, parent table name, any table name (wildcard)
- parent table name, table name, any table name (wildcard)
- any table name (wildcard), table name, parent table name
Reveal Solution Next Question