Oracle Database 12c SQL 1z0-071 Question # 85 Topic 9 Discussion

Oracle Database 12c SQL 1z0-071 Question # 85 Topic 9 Discussion

1z0-071 Exam Topic 9 Question 85 Discussion:
Question #: 85
Topic #: 9

Examine these statements:

CREATE TABLE alter_test (c1 VARCHAR2(10), c2 NUMBER(10));

INSERT INTO alter_test VALUES ('123', 123);

COMMIT;

Which is true ahout modifyIng the columns in AITER_TEST?


A.

c1 can be changed to NUMBER(10) and c2 can be changed to VARCHAN2 (10).


B.

c2 can be changed to NUMBER(5) but c1 cannot be changed to VARCHAN2 (5).


C.

c2 can be changed to VARCHAR2(10) but c1 cannot be changed to NUMBER (10).


D.

c1 can be changed to NUMBER(10) but c2 cannot be changed to VARCHAN2 (10).


E.

c1 can be changed to VARCHAR2(5) and c2 can be changed to NUMBER (12,2).


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.