How should you create the field in Dir Person Table?

You need to store the preferred method of correspondence in a table named Dir Person Table.
The solution must meet the following requirements:
• The table must have a field that stores the preferred method of correspondence.
• The field must have values of Mail, E-mail, or Unknown.
• The text representing the preferred method of correspondence values on forms must be localized to the language used by the user.
• The values in the database must not be localized.
How should you create the field in Dir Person Table?
A. Create an extended data type (EDT) used to store the preferred method of correspondence. The EDT must extend from the string. Use the EDT to create the field in Dir Person Table.
B. Create an enum that stores the preferred method of correspondence and has the values of Mail, E-mail, and Unknown. Use this enum to create the field in Dir Person Table.
C. Create a string field that stores the preferred method of correspondence.
D. Create an integer field that stores the preferred method of correspondence.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.