Record variables are allowed only in the following places:

Options
- On the right side of the SET clause in an UPDATE statement
- In the VALUES clause of an INSERT statement
- In the INTO subclause of a RETURNING clause
- All of the Above


CORRECT ANSWER : All of the Above

Discussion Board
Record variables

Record variables are allowed only in the following places:

1. On the right side of the SET clause in an UPDATE statement because "SET" only found in an UPDATE statement.

2. In the VALUES clause of an INSERT statement because "VALUES" only found in an INSERT statement.

3. In the INTO sub-clause of a RETURNING clause.

Prajakta Pandit 02-20-2017 06:27 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement