MB6-704 · Question #33
MB6-704 Question #33: Real Exam Question with Answer & Explanation
The correct answer is B. An extended data type (EOT). Extended data types (EDTs) are user-defined types, based on the primitive data types boolean, integer, real, string, and date, and the composite type container. You can also base EDTs on The benefits of EDTs are as follows: Code is easier to read because variables have a meaningf
Question
Options
- AA view
- BAn extended data type (EOT)
- CA perspective
- DA map
Explanation
Extended data types (EDTs) are user-defined types, based on the primitive data types boolean, integer, real, string, and date, and the composite type container. You can also base EDTs on The benefits of EDTs are as follows: Code is easier to read because variables have a meaningful data type. For example, Name instead of string. The properties you set for an EDT are used by all instances of that type, which reduces work and promotes consistency. For example, account numbers (AccountNum data type) have the same properties throughout the system. You can create hierarchies of EDTs, inheriting the properties that are appropriate from the parent and changing the other properties. Not C: A perspective is a collection of tables and views that contain the measures and dimen- sions for a cube. Not D: Maps define X++ elements that wrap table objects at run time. With a map, you associate a map field with a field in one or more tables. This enables you to use the same field name to ac- cess fields with different names in different tables. Map methods enable you to create or modify methods that act on the map fields.
Community Discussion
No community discussion yet for this question.