QuestionQ134

Working with External Data

What do tables that extend another table do?

  • A Automatically update the application scope
  • B Do not inherit the parent’s fields
  • C Sometimes inherit the parent’s fields
  • D Inherit the parent’s fields
Explanation

A child table that extends a parent table inherits the parent table’s fields, while it can also define fields unique to the child table.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!