• 2022-06-09
    After SELECT, only the field name of the table can appear, not an
    expression.( )
  • 错误

    内容

    • 0

      Which statement is true regarding synonyms?() A: Synonyms can be created only for a table  B: Synonyms are used to reference only those tables that are owned by another user  C: A public synonym and a private synonym can exist with the same name for the same table  D: The DROP SYNONYM statement removes the synonym, and the table on which the synonym has been created becomes invalid

    • 1

      A topic sentence can only appear at the beginning of a paragraph. A: 正确 B: 错误

    • 2

      Fill in the blanks with the expressions given below. Change the form where necessary. Each expression can be used only once.4.The ditches (沟) were 4)____mud and garbage again after the pouring rain.

    • 3

      The following can be used as a field ( ). A: user’s name B: user’s telephone C: product name D: product supplier

    • 4

      在Oracle中,表EMP包含以下列:[br][/br]……[br][/br]NAME VARCHAR2(20)[br][/br]ADDR VARCHAR2(60)[br][/br]……[br][/br]要以NAME’s address is ADDR格式返回数据,以下SQL语句正确的是( A: SELECT NAME || ’’’s address is ‘ || ADDR FROM EMP; B: SELECT NAME + ’’’s address is ‘ + ADDR FROM EMP; C: SELECT NAME + ’\’s address is ‘ + ADDR FROM EMP; D: SELECT NAME || ’\’s address is ‘ || ADDR FROM EMP;