Microsoft
MB6-890 · Question #15
You plan to create two tables Table1 and Table2. Both tables will have a field of type string that has a length of 15 and is named Customer Number. The tables will have a relation on the Customer…
The correct answer is C. an extended data type. See the full explanation below for the reasoning.
Question
You plan to create two tables Table1 and Table2. Both tables will have a field of type string that has a length of 15 and is named Customer Number. The tables will have a relation on the Customer Number field. You need to ensure that the string length of Customer Number is identical in both tables. The solution must ensure that if any relations on the Customer Number field are added to other tables, the additional tables will have the same string length for Customer Number. What should you use?
Options
- Aan index
- Ba class
- Can extended data type
- Da base enumeration
How the community answered
(61 responses)- A3% (2)
- B11% (7)
- C79% (48)
- D7% (4)
Community Discussion
No community discussion yet for this question.