You need to change the definition of an existing t...
单选题

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 2000 bytes. The column can currently hold 1000 bytes per value. The table contains 20000 rows.Which statement is valid?()

发布日期:2020-04-10

A.ALTER TABLE commercials MODIFY (description CHAR2(2000));

B.ALTER TABLE commercials CHANGE (description CHAR2(2000));

C.ALTER TABLE commercials CHANGE (description VARCHAR2 (2000));

D.ALTER TABLE commercials MODIFY (description VARCHAR2 (2000));

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

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定