nerdexam
Oracle

1Z0-497 · Question #14

Examine the table: Table name: PRODUCTS Schema: SCOTT Tablespace: USERS Organization: Standard (Heap Organized) This table contains 20 rows. In the data that has been entered, the PROD_IDcolumn…

The correct answer is A. PROD_NAMEsize can be increased from five to 10 characters. C. PROD_RATEsize can be changed from NUMBER(4) to NUMBER(6, 2). See the full explanation below for the reasoning.

Question

Examine the table:

Table name: PRODUCTS Schema: SCOTT Tablespace: USERS Organization: Standard (Heap Organized) This table contains 20 rows. In the data that has been entered, the PROD_IDcolumn contains only single-digit values, PROD_NAMEhas a maximum of five characters, and PROD_RATEhas four-digit values for all rows. Which two statements are true regarding the modifications that can be performed to the structure of the PRODUCTS table?

Options

  • APROD_NAMEsize can be increased from five to 10 characters.
  • BPROD_IDcan be changed from CHAR to NUMBER data type.
  • CPROD_RATEsize can be changed from NUMBER(4) to NUMBER(6, 2).
  • DNew columns can be added only if they have a NOT NULL constraint.
  • ENone of the existing columns can be dropped because they contain data.

How the community answered

(54 responses)
  • A
    70% (38)
  • B
    19% (10)
  • D
    7% (4)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-497 Practice