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)- A16% (5)
- B74% (23)
- C6% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.