difference, projection, join
selection, projection, join
selection, intersection, join
intersection, projection, join
difference, projection, product
第1题:
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
第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.
第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
第4题:
NBAR is a Cisco IOS feature that can be used to perform three tasks?
第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?()
第6题:
Evaluate the SQL statement:TRUNCATE TABLE DEPT;Which three are true about the SQL statement? ()
第7题:
Where can subqueries be used?()
第8题:
It releases the storage space used by the table.
It does not release the storage space used by the table.
You can roll back the deletion of rows after the statement executes.
You can NOT roll back the deletion of rows after the statement executes.
An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error.
You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table.
第9题:
第10题:
A MERGE statement is used to merge the data of one table with data from another.
A MERGE statement replaces the data of one table with that of another.
A MERGE statement can be used to insert new rows into a table.
A MERGE statement can be used to update existing rows in a table.
第11题:
NLS_LANG
NLS_COMP
NLS_SORT
None of the above
第12题:
A subquery can retrieve zero or more rows
Only two subqueries can be placed atone level
A subquery can be used only in SQL query statements
A subquery can appear on either side of a comparison operator
There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement
第13题:
A. NLS_LANG
B. NLS_COMP
C. NLS_SORT
D. None of the above
第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?()
第16题:
Which NLS parameter can be used to change the default Oracle sort method from binary to linguistic for the SQL SELECT statement?()
第17题:
Which three are true?()
第18题:
Which two statements are true regarding the ORDER BY clause? ()
第19题:
Which two statements about subqueries are true? ()
第20题:
It is executed first in the query execution
It must be the last clause in the SELECT statement
It cannot be used in a SELECT statement containing a HAVING clause
You cannot specify a column name followed by an expression in this clause
You can specify a combination of numeric positions and column names in this clause
第21题:
in the INTO clause of an INSERT statement
in the FROM clause of a SELECT statement
in the GROUP BY clause of a SELECT statement
in the WHERE clause of a SELECT statement
in the SET clause of an UPDATE statement
in the VALUES clause of an INSERT statement
第22题:
A subquery should retrieve only one row.
A subquery can retrieve zero or more rows.
A subquery can be used only in SQL query statements.
Subqueries CANNOT be nested by more than two levels.
A subquery CANNOT be used in an SQL query statement that uses group functions.
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.
第23题:
difference, projection, join
selection, projection, join
selection, intersection, join
intersection, projection, join
difference, projection, product
第24题:
NLS_LANG
NLS_COMP
NLS_SORT
None of the above