exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 200 discussion

Actual exam question from Oracle's 1z0-071
Question #: 200
Topic #: 1
[All 1z0-071 Questions]

Examine these statements:



Which is true about modifying the columns in ALTER_TEST?

  • A. c1 can be changed to NUMBER(10) and c2 can be changed to VARCHAR2(10).
  • B. c1 can be changed to NUMBER(10) and c2 cannot be changed to VARCHAR2(10).
  • C. c2 can be changed to NUMBER(5) but c1 cannot be changed to VARCHAR2(5).
  • D. c1 can be changed to VARCHAR2(10) but c1 cannot be changed to NUMBER(10).
  • E. c1 can be changed to VARCHAR2(5) but c2 can be changed to NUMBER(12,2).
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ayman_Khalifa
6 months ago
What makes A incorrect?
upvoted 1 times
zzz02
3 months, 3 weeks ago
I voted for A as well. Seems like it works fine as well.
upvoted 1 times
...
...
yaya32
11 months, 4 weeks ago
Selected Answer: E
I think E is correct
upvoted 1 times
...
Mcromeo
1 year, 1 month ago
Selected Answer: E
E is correct
upvoted 1 times
...
WingL
1 year, 6 months ago
E Correct. create table a_test (c1 VARCHAR2(10), c2 NUMBER(10)); insert into a_test values ('123', 123); select * from a_test; commit; alter table a_test modify c1 VARCHAR2(5); alter table a_test modify c2 NUMBER(12,2); desc a_test; if alter table a_test modify c1 VARCHAR2(2); ORA-01441: cannot decrease column length because some value is too big
upvoted 2 times
WingL
1 year, 6 months ago
alter table a_test modify c2 NUMBER(15,2); - worked BUT alter table a_test modify c2 NUMBER(15); - don't worked ORA-01440: column to be modified must be empty to decrease precision or scale
upvoted 1 times
...
...
zouve
1 year, 6 months ago
Selected Answer: E
E tested
upvoted 1 times
...
Darnun
1 year, 9 months ago
Selected Answer: E
E is right answer. Column must be empty to change datatype.
upvoted 4 times
...
jfc1
1 year, 11 months ago
Selected Answer: E
E is correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago