nerdexam
Oracle

1Z0-071 · Question #13

You are designing the structure of a table in which two columns have the specifications: COMPONENT_ID - must be able to contain a maximum of 12 alphanumeric characters and uniquely identify the row…

The correct answer is C. The EXECUTION_DATATIME must be of DATE data type. E. The COMPONENT_ID must be of VARCHAR2 data type. See the full explanation below for the reasoning.

Question

You are designing the structure of a table in which two columns have the specifications:

COMPONENT_ID - must be able to contain a maximum of 12 alphanumeric characters and uniquely identify the row EXECUTION_DATETIME - contains Century, Year, Month, Day, Hour, Minute, Second to the maximum precision and is used for calculations and comparisons between components. Which two options define the data types that satisfy these requirements most efficiently?

Options

  • AThe EXECUTION_DATETIME must be of INTERVAL DAY TO SECOND data type.
  • BThe EXECUTION _DATETIME must be of TIMESTAMP data type.
  • CThe EXECUTION_DATATIME must be of DATE data type.
  • DThe COMPONENT_ID must be of ROWID data type.
  • EThe COMPONENT_ID must be of VARCHAR2 data type.
  • FThe COMPONENT_ID column must be of CHAR data type.

How the community answered

(25 responses)
  • A
    8% (2)
  • C
    72% (18)
  • D
    4% (1)
  • F
    16% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice