nerdexam
IBM

A2090-560 · Question #29

Which will result in support for zonemaps on the LastName column?

The correct answer is D. CREATE TABLE TableA (LastName VARCHAR(20)). See the full explanation below for the reasoning.

Question

Which will result in support for zonemaps on the LastName column?

Options

  • ACREATE TABLE TableA (LastName VARCHAR(20));
  • BCREATE TABLE TableA (LastName VARCHAR(20));
  • CCREATE TABLE TableA (LastName VARCHAR(20)) DISTRIBUTE ON (LastName);
  • DCREATE TABLE TableA (LastName VARCHAR(20));

How the community answered

(18 responses)
  • A
    17% (3)
  • B
    6% (1)
  • C
    6% (1)
  • D
    72% (13)

Community Discussion

No community discussion yet for this question.

Full A2090-560 Practice