nerdexam
IBM

C2090-558 · Question #53

Which statement is used to create a permanent nonlogged table in a logged database?

The correct answer is B. CREATE RAW TABLE tab1 (col1 INTEGER , col2 INTEGER). See the full explanation below for the reasoning.

Question

Which statement is used to create a permanent nonlogged table in a logged database?

Options

  • ACREATE TABLE tab1 (col1 INTEGER, col2 INTEGER)
  • BCREATE RAW TABLE tab1 (col1 INTEGER , col2 INTEGER)
  • CCREATE STATIC TABLE tab1 (col1 INTEGER , col2 INTEGER)
  • DCREATE NONLOGGING TABLE tab1 (col1 INTEGER , col2 INTEGER)

How the community answered

(31 responses)
  • A
    16% (5)
  • B
    74% (23)
  • C
    6% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full C2090-558 Practice