niusouti.com

Examine the SQL statements that creates ORDERS table:For which columns would an index be automatically created when you execute the above SQL statement? ()A. SER_NOB. ORDER_IDC. STATUSD. PROD_IDE. ORD_TOTALF. Composite index on ORDER_ID and ORDER_DATE

题目
Examine the SQL statements that creates ORDERS table:For which columns would an index be automatically created when you execute the above SQL statement? ()

A. SER_NO

B. ORDER_ID

C. STATUS

D. PROD_ID

E. ORD_TOTAL

F. Composite index on ORDER_ID and ORDER_DATE


相似考题
更多“Examine the SQL statements that creates ORDERS table:For which columns would an index be automatically created when you execute the above SQL statement? () ”相关问题
  • 第1题:

    下面是Statement接口中常用的执行SQL语句的方法,哪些说明是正确的?()

    A.execute(String sql)用于执行各种SQL语句,该方法返回一个boolean类型的值

    B.executeUpdate(String sql) 用于执行SQL中的query、insert、update和delete语句

    C.executeQuery(String sql) 用于执行SQL中的query语句

    D.executeUpdate(String sql) 用于执行各种SQL并返回 int类型结果


    ABD

  • 第2题:

    7、Statement对象提供了执行基本SQL语句的功能。


    正确

  • 第3题:

    下面Statement接口的方法中,用于执行各种SQL语句的是()。

    A.executeUpdate(String sql)

    B.executeQuery(String sql)

    C.execute(String sql)

    D.executeDelete(String sql)


    execute(Stringsql)

  • 第4题:

    7、下列()不是SQL的命令动词。

    A.MODIFY

    B.ALTER

    C.CREATE

    D.SELECT


    A

  • 第5题:

    下面Statement接口的方法中,用于执行各种SQL语句的是()。

    A.executeUpdate(String sql)

    B.executeQuery(String sql)

    C.execute(String sql)

    D.executeDelete(String sql)


    execute(Stringsql)

  • 第6题:

    Statement对象本身包含SQL语句。


    错误