单选题A SELECT statement can be used to perform these three functions: 1. Choose rows from a table. 2. Choose columns from a table 3. Bring together data that is stored in different tables by creating a link between them. Which set of keywords describes thes

题目
单选题
A SELECT statement can be used to perform these three functions: 1. Choose rows from a table. 2. Choose columns from a table 3. Bring together data that is stored in different tables by creating a link between them. Which set of keywords describes these capabilities?()
A

difference, projection, join

B

selection, projection, join

C

selection, intersection, join

D

intersection, projection, join

E

difference, projection, product


相似考题
参考答案和解析
正确答案: E
解析: 暂无解析
更多“A SELECT statement can be used to perform these three functi”相关问题
  • 第1题:

    In which four clauses can a subquery be used? ()

    A. in the INTO clause of an INSERT statement

    B. in the FROM clause of a SELECT statement

    C. in the GROUP BY clause of a SELECT statement

    D. in the WHERE clause of a SELECT statement

    E. in the SET clause of an UPDATE statement

    F. in the VALUES clause of an INSERT statement


    参考答案:B, D, E, F

  • 第2题:

    ______statement can perform. a calculation and store the result in a variable So that it can be used later.

    A.Assignment

    B.Control

    C.I/O

    D.Declaration

    A.

    B.

    C.

    D.


    正确答案:A

  • 第3题:

    An ______ statement can perform. a calculation and store the result in a variable so that it can be used later.

    A.executable

    B.input

    C.output

    D.assignment


    正确答案:D
    解析:译文的含义是:()语句可以执行计算,并将结果存储在变量中,以便以后使用。选项A、B、C、D的含义分别是可执行、输入、输出、赋值。选项D符合题意,为所选。

  • 第4题:

    NBAR is a Cisco IOS feature that can be used to perform three tasks?


    正确答案: (1)Protocol discovery
    (2)Traffic statistics collection
    (3)Traffic classification

  • 第5题:

    A SELECT statement can be used to perform these three functions: 1. Choose rows from a table. 2. Choose columns from a table 3. Bring together data that is stored in different tables by creating a link between them. Which set of keywords describes these capabilities?()

    • A、difference, projection, join
    • B、selection, projection, join
    • C、selection, intersection, join
    • D、intersection, projection, join
    • E、difference, projection, product

    正确答案:B

  • 第6题:

    Evaluate the SQL statement:TRUNCATE TABLE DEPT;Which three are true about the SQL statement? ()

    • A、It releases the storage space used by the table.
    • B、It does not release the storage space used by the table.
    • C、You can roll back the deletion of rows after the statement executes.
    • D、You can NOT roll back the deletion of rows after the statement executes.
    • E、An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error.
    • F、You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table

    正确答案:A,D,F

  • 第7题:

    Where can subqueries be used?()

    • A、field names in the SELECT statement 
    • B、the FROM clause in the SELECT statement 
    • C、the HAVING clause in the SELECT statement
    • D、the GROUP BY clause in the SELECT statement 
    • E、the WHERE clause in only the SELECT statement 
    • F、the WHERE clause in SELECT as well as all DML statements

    正确答案:B,C,F

  • 第8题:

    多选题
    Evaluate the SQL statement: TRUNCATE TABLE DEPT;Which three are true about the SQL statement? ()
    A

    It releases the storage space used by the table.

    B

    It does not release the storage space used by the table.

    C

    You can roll back the deletion of rows after the statement executes.

    D

    You can NOT roll back the deletion of rows after the statement executes.

    E

    An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error.

    F

    You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table.


    正确答案: A,D,F
    解析: 暂无解析

  • 第9题:

    问答题
    NBAR is a Cisco IOS feature that can be used to perform three tasks?

    正确答案: (1)Protocol discovery
    (2)Traffic statistics collection
    (3)Traffic classification
    解析: 暂无解析

  • 第10题:

    多选题
    Which three are true?()
    A

    A MERGE statement is used to merge the data of one table with data from another.

    B

    A MERGE statement replaces the data of one table with that of another.

    C

    A MERGE statement can be used to insert new rows into a table.

    D

    A MERGE statement can be used to update existing rows in a table.


    正确答案: D,B
    解析: 暂无解析

  • 第11题:

    单选题
    Which NLS parameter can be used to change the default Oracle sort method from binary to linguistic for the SQL SELECT statement?()
    A

    NLS_LANG

    B

    NLS_COMP

    C

    NLS_SORT

    D

    None of the above


    正确答案: D
    解析: 暂无解析

  • 第12题:

    多选题
    Which two statements are true regarding subqueries? ()
    A

    A subquery can retrieve zero or more rows

    B

    Only two subqueries can be placed atone level

    C

    A subquery can be used only in SQL query statements

    D

    A subquery can appear on either side of a comparison operator

    E

    There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement


    正确答案: C,D
    解析: 暂无解析

  • 第13题:

    Which NLS parameter can be used to change the default Oracle sort method from binary to linguistic for the SQL SELECT statement?()

    A. NLS_LANG

    B. NLS_COMP

    C. NLS_SORT

    D. None of the above


    参考答案:D

  • 第14题:

    l An (5) statement can perform. a calculation and store the result in a variable so that it can be used later.

    A. executableB.inputC.outputD. assignment


    正确答案:
        

  • 第15题:

    In which four clauses can a subquery be used?()

    • A、in the INTO clause of an INSERT statement
    • B、in the FROM clause of a SELECT statement
    • C、in the GROUP BY clause of a SELECT statement
    • D、in the WHERE clause of a SELECT statement
    • E、in the SET clause of an UPDATE statement
    • F、in the VALUES clause of an INSERT statement

    正确答案:A,B,D,E

  • 第16题:

    Which NLS parameter can be used to change the default Oracle sort method from binary to linguistic for the SQL SELECT statement?()

    • A、NLS_LANG
    • B、NLS_COMP
    • C、NLS_SORT
    • D、None of the above

    正确答案:D

  • 第17题:

    Which three are true?()

    • A、A MERGE statement is used to merge the data of one table with data from another.
    • B、A MERGE statement replaces the data of one table with that of another.
    • C、A MERGE statement can be used to insert new rows into a table.
    • D、A MERGE statement can be used to update existing rows in a table.

    正确答案:A,C,D

  • 第18题:

    Which two statements are true regarding the ORDER BY clause? ()

    • A、It is executed first in the query execution 
    • B、It must be the last clause in the SELECT statement 
    • C、It cannot be used in a SELECT statement containing a HAVING clause
    • D、You cannot specify a column name followed by an expression in this clause 
    • E、You can specify a combination of numeric positions and column names in this clause

    正确答案:B,E

  • 第19题:

    Which two statements about subqueries are true? ()

    • A、A subquery should retrieve only one row.
    • B、A subquery can retrieve zero or more rows.
    • C、A subquery can be used only in SQL query statements.
    • D、Subqueries CANNOT be nested by more than two levels.
    • E、A subquery CANNOT be used in an SQL query statement that uses group functions.
    • F、When a subquery is used with an inequality comparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column.

    正确答案:B,F

  • 第20题:

    多选题
    Which two statements are true regarding the ORDER BY clause? ()
    A

    It is executed first in the query execution

    B

    It must be the last clause in the SELECT statement

    C

    It cannot be used in a SELECT statement containing a HAVING clause

    D

    You cannot specify a column name followed by an expression in this clause

    E

    You can specify a combination of numeric positions and column names in this clause


    正确答案: B,C
    解析: 暂无解析

  • 第21题:

    多选题
    In which four clauses can a subquery be used? ()
    A

    in the INTO clause of an INSERT statement

    B

    in the FROM clause of a SELECT statement

    C

    in the GROUP BY clause of a SELECT statement

    D

    in the WHERE clause of a SELECT statement

    E

    in the SET clause of an UPDATE statement

    F

    in the VALUES clause of an INSERT statement


    正确答案: C,D
    解析: 暂无解析

  • 第22题:

    多选题
    Which two statements about subqueries are true? ()
    A

    A subquery should retrieve only one row.

    B

    A subquery can retrieve zero or more rows.

    C

    A subquery can be used only in SQL query statements.

    D

    Subqueries CANNOT be nested by more than two levels.

    E

    A subquery CANNOT be used in an SQL query statement that uses group functions.

    F

    When a subquery is used with an inequality comparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column.


    正确答案: E,A
    解析: 暂无解析

  • 第23题:

    单选题
    A SELECT statement can be used to perform these three functions: 1.Choose rows from a table. 2.Choose columns from a table. 3.Bring together data that is stored in different tables by creating a link between them. Which set of keywords describes these capabilities?()
    A

    difference, projection, join

    B

    selection, projection, join

    C

    selection, intersection, join

    D

    intersection, projection, join

    E

    difference, projection, product


    正确答案: E
    解析: 暂无解析

  • 第24题:

    单选题
    Which NLS parameter can be used to change the default Oracle sort method from binary to linguistic for the SQL SELECT statement?()
    A

     NLS_LANG

    B

     NLS_COMP

    C

     NLS_SORT

    D

     None of the above


    正确答案: B
    解析: 暂无解析