单项选择题
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
相关考题
-
多项选择题
WhichthreestatementsaretrueregardingthedatatypesinOracleDatabase10g/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 -
多项选择题
Whichtwostatementsaretrueregardingsubqueries?()
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 -
多项选择题
Whichtwostatementsaretrueregardingsinglerowfunctions?()
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
