欢迎来到在线考试题库网 在线考试题库官网
logo
全部科目 > Oracle认证考试 > 1Z0-007

单项选择题

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?()

    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.

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题