ExamGecko
Question list
Search
Search

Question 115 - CAD discussion

Report
Export

Tables that extend a table do what?

A.
Sometimes inherit the parent's fields
Answers
A.
Sometimes inherit the parent's fields
B.
Automatically update the application scope
Answers
B.
Automatically update the application scope
C.
Do not inherit the parent's fields
Answers
C.
Do not inherit the parent's fields
D.
Inherit the parent's fields
Answers
D.
Inherit the parent's fields
Suggested answer: D

Explanation:

Tables that extend a table inherit the parent's fields. Extending a table means creating a child table that shares the same columns and business logic as the parent table. For example, the Incident table extends the Task table, which means that all fields defined on the Task table are also available on the Incident table. Extending a table allows for reusing existing fields and behaviors without duplicating them on multiple tables.

Reference:Table extension and classes

asked 23/09/2024
Antonio Pombo
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first