nerdexam
Microsoft

98-361 · Question #128

You are building a web application that enables international exchange students to schedule phone calls with their prospective schools. The application allows students to indicate a preferred date…

The correct answer is D. Option D. datetimeoffset: Defines a date that is combined with a time of a day that has time zone awareness and is based on a 24-hour clock. DateTime: Defines a date that is combined with a time of day with fractional seconds that is based on a 24-hour clock. sByte: The sbyte keyword…

Understanding Databases

Question

You are building a web application that enables international exchange students to schedule phone calls with their prospective schools. The application allows students to indicate a preferred date and time for phone calls. Students may indicate no preferred time by leaving the date and time field empty. The application must support multiple time zones. Which data type should you use to record the student's preferred date and time?

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    3% (1)
  • D
    84% (27)

Explanation

datetimeoffset: Defines a date that is combined with a time of a day that has time zone awareness and is based on a 24-hour clock. DateTime: Defines a date that is combined with a time of day with fractional seconds that is based on a 24-hour clock. sByte: The sbyte keyword indicates an integral type that stores values in the range of -128 to

Topics

#DateTime#time zones#nullable types#database data types

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice