QuestionQ174

Working with External Data

Which statement is true about deleting fields from a table?

  • A Table records are deleted when a field is deleted
  • B User-defined non-inherited fields can be deleted
  • C Any field on a table can be deleted
  • D Inherited fields can be deleted
Explanation

User-defined fields that are defined directly on a table, rather than inherited from a parent table, can be deleted. Deleting a field does not delete the table's records, and inherited fields cannot be deleted from the child table.

Community Discussion

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