1Z1-144 試験問題を無料オンラインアクセス
| 試験コード: | 1Z1-144 |
| 試験名称: | Oracle Database 11g: Program with PL/SQL |
| 認定資格: | Oracle |
| 無料問題数: | 103 |
| 更新日: | 2026-09-12 |
View the Exhibit to examine the PL/SQL code.
Which statement is true about the execution of the code?
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?
Examine the following DECLARE section of PL/SQL block:
Which line in the above declaration would generate an error?
