You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table. Some of the employees

题目

You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table. Some of the employees may not have a phone number available. Which data manipulation operation do you perform? ()

A. MERGE

B. INSERT

C. UPDATE

D. ADD

E. ENTER

F. You cannot enter the phone numbers for the existing employee records.


相似考题
更多“You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EM ”相关问题
  • 第1题:

    一条router-LSA可以描述多条连接,每条连接由Link ID,Data,Type和Metirc描述,下面关于Link ID,Data,Type和Metric的讨论错误的是()

    A.Type表示连接的类型

    B.Link ID表示此连接的本地标识,不同的链接类型Link ID表示的意义也不相同

    C.Data用于描述此连接的附加信息,不同的连接类型所描述的信息也不同

    D.Metric描述此连接的开销


    参考答案:B

  • 第2题:

    1、现在需要对xml文档中所有的chapter元素排序后再利用for-each进行循环,要求排序依据为chapter下名为“no”的子元素,且按数值类型进行排序。能实现该功能的选项为()。

    A.<for-each select="//chapter"> <sort data-type="number" select="//no" /> </for-each>###SXB###B.<for-each select="//chapter"> <sort data-type="number" select="/no" /> </for-each>###SXB###C.<for-each select="/chapter"> <sort data-type="number" select="no" /> </for-each>###SXB###D.<for-each select="
    正确的格式;格式正确

  • 第3题:

    将input元素的type属性设置为number类型,并且还可以分别设置min,max,和step属性的值。()


  • 第4题:

    11、将input元素的type属性设置为number类型,并且还可以分别设置min,max,和step属性的值。()


    submit

  • 第5题:

    现在需要对xml文档中所有的chapter元素排序后再利用for-each进行循环,要求排序依据为chapter下名为“no”的子元素,且按数值类型进行排序。能实现该功能的选项为()。

    A.<for-each select="//chapter"> <sort data-type="number" select="//no" /> </for-each>

    B.<for-each select="//chapter"> <sort data-type="number" select="/no" /> </for-each>

    C.<for-each select="/chapter"> <sort data-type="number" select="no" /> </for-each>

    D.<for-each select="//chapter"> <sort data-type="number" select="no" /> </for-each>


    结构

  • 第6题:

    52.在input元素的type属性中,用于表示单行文本框的属性是()

    A.type=“text”

    B.type=“password”

    C.type=“radio”

    D.type=“number”


    BC