可学答题网 > 问答 > 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题库
相关推荐

1、You need to calculate the total of all

You need to calculate the total of all salaries in the accounting department. Which group function should you use? ()A MAXB MINC SUMD COUNTE TOTALF LARGEST

2、You need to display the last names of

You need to display the last names of those employees who have the letter "A" as the second character in their names. Which SQL statement di...

3、()doesn’t need to change package of go

()doesn’t need to change package of goods or to stop in any place between the origin and destination point.A Through transportB Transfer transportC combined transportD Motor transport

4、()doesn’t need to change package of go

()doesn’t need to change package of goods or to stop in any place between the origin and the destination point.AThrough transportBTransfer transportCCombined transportDMotor transport

5、()doesn’t need to change package of go

()doesn’t need to change package of goods or to stop in any place between the origin and destinationAThrough transportBTransfer transportCCombined transportDD Motor transport

6、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 chara...