Oracle Database 19c: Program with PL/SQL - 1Z0-149 Exam Practice Test
Which two are true about lexical units? (Choose two.)
Correct Answer: D,E
Vote an answer
Examine the structure of the ora1.depts table:

Now, examine these statements issued by user ora1 which execute successfully:
Create or replace view dep_vu as select * from depts;
Alter table depts add dep_email varchar2(20);
Finally, examine this block of code executed by user ora1:

Which is true?

Now, examine these statements issued by user ora1 which execute successfully:
Create or replace view dep_vu as select * from depts;
Alter table depts add dep_email varchar2(20);
Finally, examine this block of code executed by user ora1:

Which is true?
Correct Answer: C
Vote an answer
In one of your databases, table HR.EMPLOYEES includes the columns FIRST_NAME and EMPLOYEE_ID.
A row exists with EMPLOYEE_ID 201.
Examine these packages created by user HR:

EXECUTE privilege is granted to user SH, on the HR.API and HR.HELPER packages.
Which two will execute successfully? (Choose two.)
A row exists with EMPLOYEE_ID 201.
Examine these packages created by user HR:

EXECUTE privilege is granted to user SH, on the HR.API and HR.HELPER packages.
Which two will execute successfully? (Choose two.)
Correct Answer: C,E
Vote an answer
In which type of trigger can :OLD and :NEW identifiers be used?
Correct Answer: C
Vote an answer
Which two blocks of code display a numerical zero? (Choose two.)
Correct Answer: B,D
Vote an answer