1Z0-144 Exam Question 66
Examine the following snippet of code from the DECLARE section of PL/SQL
DECLARE
Cust_name VERCHAR2 (20) NOT NULL : = 'Tom Jones':
Same_name cust_name%TYPE:
Which statement is correct about the above snippets of code?
DECLARE
Cust_name VERCHAR2 (20) NOT NULL : = 'Tom Jones':
Same_name cust_name%TYPE:
Which statement is correct about the above snippets of code?
1Z0-144 Exam Question 67
Which two tasks should be created as functions instead of as procedures? (Choose two.)
1Z0-144 Exam Question 68
You create a procedure to handle the processing of bank current accounts which rolls back payment transactions if the overdraft limit is exceeded.
The procedure should return an "error" condition to the caller in a manner consistent with other Oracle server errors.
Which construct should be used to handle this requirement?
The procedure should return an "error" condition to the caller in a manner consistent with other Oracle server errors.
Which construct should be used to handle this requirement?
1Z0-144 Exam Question 69
Which two statements are true about PL/SQL exception propagation? (Choose two.)
1Z0-144 Exam Question 70
Which two statements are true about the instead of triggers? (Choose two.)