试题详情
- 单项选择题 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.
- D
关注下方微信公众号,在线模考后查看
热门试题
- ConsidertheMySQLEnte
- 假设需要删除数据库中的某个用户test,
- Examinethestructureo
- Which of
- DESC student的作用是什么?
- Consider the MySQL
- MultipleRMANsessions
- You discover&en
- 在iBatis框架的配置文件中,使用()
- 假定表A中有十万条记录,要删除表中的所有
- Because ofQ
- For which two situat
- Which two statements
- Why would̳
- 登录isql*PLUS页面时使用的默认端
- Online index
- 以下哪类表空间中不能建立数据对象(表,索
- What is
- Identify three corre
- When should you crea