单项选择题Which statement is true regarding subqueries?()

A.The LIKE operator cannot be used with single-row subqueries 
B.The NOT IN operator is equivalent to IS NULL with single-row subqueries 
C.=ANY and =ALL operators have the same functionality in multiple-row subqueries 
D.The NOT operator can be used with IN, ANY, and ALL operators in multiple-row subqueries 


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题Which three statements are true regarding the data types in Oracle Database 10g/11g?()

A.Only one LONG column can be used per table 
B.A TIMESTAMP data type column stores only time values with fractional seconds 
C.The BLOB data type column is used to store binary data in an operating system file 
D.The minimum column width that can be specified for a VARCHAR2 data type column is one 
E.The value for a CHAR data type column is blank-padded to the maximum defined column width

2.多项选择题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 

3.多项选择题Which two statements are true regarding single row functions?()

A.They accept only a single argument 
B.They can be nested only to two levels 
C.Arguments can only be column values or constants 
D.They always return a single result row for every row of a queried table 
E.They can return a data type value different from the one that is referenced

4.多项选择题You need to generate a list of all customer last names with their credit limits from the CUSTOMERS table. Those customers who do not have a credit limit should appear last in the list. Which two queries would achieve the required result?()

A.SELECT cust_last_name, cust_credit_limit FROM customers ORDER BY cust_credit_limit DESC
B.SELECT cust_last_name, cust_credit_limit FROM customers ORDER BY cust_credit_limit
C.SELECT cust_last_name, cust_credit_limit FROM customers ORDER BY cust_credit_limit NULLS LAST
D.SELECT cust_last_name, cust_credit_limit FROM customers ORDER BY cust_last_name, cust_credit_limit NULLSLAST

5.多项选择题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

6.多项选择题Which two statements are true regarding the USING and ON clauses in table joins?()

A.Both USING and ON clauses can be used for equijoins and nonequijoins 
B.Amaximum of one pair of columns can be joined between two tables using the ON clause 
C.The ON clause can be used to join tables on columns that have different names but compatible data types 
D.The WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause 

7.单项选择题Which statement is true regarding the INTERSECT operator?()

A.It ignores NULL values 
B.Reversing the order of the intersected tables alters the result 
C.The names of columns in all SELECT statements must be identical 
D.The number of columns and data types must be identical for all SELECT statements in the query 

8.单项选择题The ORDERS table belongs to the user OE. OE has granted the SELECT privilege on the ORDERS table to the user HR.Which statement would create a synonym ORD so that HR can execute the following query successfully?()

A.CREATE SYNONYM ord FOR orders; This command is issued by OE 
B.CREATE PUBLIC SYNONYM ord FOR orders; This command is issued by OE 
C.CREATE SYNONYM ord FOR oe.orders; This command is issued by the database administrator 
D.CREATE PUBLIC SYNONYM ord FOR oe.orders; This command is issued by the database administrator 

9.多项选择题When does a transaction complete?()

A.when a DELETE statement is executed 
B.when a ROLLBACK command is executed 
C.when a PL/SQL anonymous block is executed 
D.when a data definition language (DDL) statement is executed 
E.when a TRUNCATE statement is executed after the pending transact ion

10.单项选择题Which statement is true regarding the COALESCE function?()

A.It can have a maximum of five expressions in a list 
B.It returns the highest NOT NULL value in the list for all rows 
C.It requires that all expressions in the list must be of the same data type 
D.It requires that at least one of the expressions in the list must have a NOT NULL value

最新试题

Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN)while duplicating a running database?()

题型:多项选择题

Which three tasks can be performed using a duplicate database?()

题型:多项选择题

The user SYS creates a job by using the following command:Which two statements are true about the job that was created by the preceding command?()

题型:多项选择题

Which two statements are true about the Automatic Diagnostic Repository (ADR)?()

题型:多项选择题

Examine the CREATE DISKGROUP command used to create a disk group:In which situation would you use this method of disk group creation?()

题型:单项选择题

You want to enable automatic PGA memory management in your database. Which setting is required to achieve this?()

题型:单项选择题

You are creating a database by using Database Configuration Assistant (DBCA). You have chosen the File System option as the storage mechanism. What would be the result of choosing this option?()

题型:单项选择题

You are working in an online transaction processing (OLTP) environment. You use the FLASHBACKTABLE command to flash back the CUSTOMERS table. Before executing the FLASHBACK TABLE command, the system change number (SCN) was 663571. After flashing back the CUSTOMERS table, you realize that the table is not in the correct state. Now, you need to reverse the effects of the FLASHBACK TABLE command.Which is the fastest and the most efficient option to reverse the effects of the FLASHBACK TABLE command?()

题型:单项选择题

Which three functions are performed by the SQL Tuning Advisor? ()

题型:多项选择题

Which two statements are true about a job chain?()

题型:多项选择题