nerdexam
Microsoft

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

You plan to create two tables named Tablel and Table2. Both tables will have a field named CustomerNumber of the string type that has a length of 15. The tables will have a relationship on the CustomerNumber field. You need to ensure that the string length of CustomerNumber is identical for both tables. The solution must ensure that if any relationships on the CustomerNumber field are added to other tables, the other tables will have the same string length for CustomerNumber. What should you use?

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.

Full MB6-704 Practice