SAP
C_TAW12_731 · Question #36
You want to define two database tables with different structures. Both tables should contain the fields CHANGE_DATE and CHANGE_TIME. How do you implement this in order to minimize the maintenance…
The correct answer is A. Define a structure with these two fields and include this structure in both database tables. See the full explanation below for the reasoning.
Question
You want to define two database tables with different structures. Both tables should contain the fields CHANGE_DATE and CHANGE_TIME. How do you implement this in order to minimize the maintenance effort?
Options
- ADefine a structure with these two fields and include this structure in both database tables.
- BDefine an append structure with these two fields and assign this append structure to both database tables.
- CDefine the two fields in each database table separately.
- DDefine the two fields in one database table and copy them to the other database table.
How the community answered
(14 responses)- A86% (12)
- B7% (1)
- D7% (1)
Community Discussion
No community discussion yet for this question.