IBM SPSS Statistics Level 1 v2 — Question 18
Which of the following is the correct schema format for a Time column?
Answer options
- A. record (tField:time[hour:minute:second];)
- B. record (tField:nullable time[];)
- C. record (tField:time[seconds];)
- D. record (tField:time[microseconds];)
Correct answer: C
Explanation
The correct answer is C, as it specifies the Time column format using seconds, which is a valid representation. Options A and D use hour:minute:second and microseconds respectively, which are not the standard formats for a Time column. Option B suggests a nullable array, which does not meet the requirement for a Time column schema.