可学答题网 > 问答 > 1Z0-007题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You need to change the definition of a


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

  • AALTER TABLE commercials MODIFY (description CHAR2(1000));
  • BALTER TABLE commercials CHANGE (description CHAR2(1000));
  • CALTER TABLE commercials CHANGE (description VARCHAR2(1000));
  • DALTER TABLE commercials MODIFY (description VARCHAR2(1000));
  • EYou cannot increase the size of a column if the table has rows.
参考答案
参考解析:
分类:1Z0-007题库