移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

You need to change the definition of an existing table. The COMMERCIALS table needs its DESCRIPTION column changed to hold varying length characters up to 1000 bytes. The column can currently hold 500 bytes per value. The table contains 20000 rows. Which statement is valid?()

发布日期:2022-07-14

You need to change the definition of an existing t...
A

ALTER TABLE commercials MODIFY (description CHAR2(1000));

B

ALTER TABLE commercials CHANGE (description CHAR2(1000));

C

ALTER TABLE commercials CHANGE (description VARCHAR2(1000));

D

ALTER TABLE commercials MODIFY (description VARCHAR2(1000));

E

You cannot increase the size of a column if the table has rows.

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!