1Z0-147 試験問題を無料オンラインアクセス

試験コード:1Z0-147
試験名称:Oracle9i program with pl/sql
認定資格:Oracle
無料問題数:111
更新日:2025-09-11
評価
100%

問題 1

Examine this code:
CREATE OR REPLACE FUNCTION gen_email_name
(p_first VARCHAR2, p_last VARCHAR2)
RETURN VARCHAR2
IS
v_email_name VARCHAR (19) ;
BEGIN
v_email_bame := SUBSTR(p_first, 1, 1) ||
SUBSTR(p_last, 1, 7) ||
RETURN v_email_name;
END;
/
Which two statements are true? Select two.

問題 2

You have a table with the following definition:
CREATE TABLE long_tab
(id NUMBER);
long_col LONG)
You need to convert the LONG_COL column from a LONG data type to a LOB data type. Which
statement accomplish this task?

問題 3

Which three are true regarding error propagation? (Choose three)

問題 4

The OLD and NEW qualifiers can be used in which type of trigger?

問題 5

Which statement is true about removing packages?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。