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


您可能感兴趣的试卷

你可能感兴趣的试题

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

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

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

4.单项选择题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 

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

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

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

8.单项选择题What does the minimize load database parameter mean when backing up a database?()

A.RMAN will attempt to make the backup run as fast as possible without any IO limitations. 
B.RMAN will automatically restrict the number of channels in use to one. 
C.RMAN will spread the backup IO over the total duration stated in the backup command.
D.RMAN will skip any datafile that currently is involved in an IO operation. RMAN will retry backing up the datafile later and an error will be raised at the end of the backup if the datafile cannot be backed up. 
E.Datafiles will be backed up; those having the lowest current number of IO operations will be backed up first. 

9.单项选择题What view might you use to try to determine how long a particular backup will take?()

A.V$SESSION_EVENT 
B.V$SESSION 
C.V$W0041ITS
D.V$WAITSTAT 
E.V$SESSION_LONGOPS 

10.单项选择题What does it mean if a backup is expired?()

A.The backup set has exceeded the retention criteria set in RMAN and is eligible for removal. 
B.The backup set has one or more invalid blocks in it and is not usable for recovery. 
C.The backup set contains one or more tablespaces no longer in the database.  
D.The backup set contains one or more missing backup set pieces.
E.The backup set is from a previous version of RMAN and was not upgraded. 

最新试题

Examine the following RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which prerequisite must be met before accomplishing the backup?()

题型:单项选择题

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

题型:多项选择题

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()

题型:多项选择题

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?()

题型:单项选择题

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

题型:多项选择题

While Monitoring the space usage in your database that is in ARCHIVELOG mode you observed that the flash recovery area does not have enough free space to accommodate any more files and you do not have necessary permissions to add more space to it.Identify the two events that can occur in the event of a log switch?()

题型:多项选择题

Examine the following RMAN script:Which statement describes the purpose of the script?()

题型:单项选择题

In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas.Which method must you use to recover the lost data?()

题型:单项选择题

Which two commands never trigger an implicit rebalancing within the disk group?()

题型:多项选择题

The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?()

题型:单项选择题