试题详情
- 单项选择题 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.
关注下方微信公众号,在线模考后查看

热门试题
- You need to create a
- Examinethestructureo
- You need to design
- Which view should a
- Evaluate this SQL s
- In which scenario wo
- TheORDERStablehasthe
- You need to modify t
- EvaluatethesetwoSQLs
- Evaluate the SQL sta
- TheEMPtablehasthesec
- In which case would
- A data manipulation
- Examine the structu
- ClicktheExhibitbutto
- You need to create a
- The EMPLOYEES table
- The CUSTOMERS table
- Which view should a
- Which three statemen