Oracle 1z0-144 Exam Practice Questions (P. 3)
- Full Access (112 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Identify two situations where the DBMS_SQL package should be used. (Choose two.)
- AThe SELECT list is not known until run time.
- BThe dynamic SQL statement retrieves rows into records.
- CYou do not know how many columns a select statement will return, or what their data types will.
- DYou must use the % found SQL cursor attribute after issuing a dynamic SQL statement that is an insert or update statement.
Correct Answer:
AC
AC
send
light_mode
delete
Question #12
View the Exhibit and examine the code.

Why does the code give an error on execution?

Why does the code give an error on execution?
- Abecause the WORD_LIST variable is not visible in procedure wording
- Bbecause the lexicon variable is not visible in procedure ADD_ENTRY
- Cbecause the lexicon variable is not initialized in procedure wording
- Dbecause the WORD_LIST parameter in out mode cannot be of a record data type
Correct Answer:
A
A
send
light_mode
delete
Question #13
View the Exhibit and examine the structure of the EMP table.

Which stages are performed when the above block is executed? (Choose all that apply)

Which stages are performed when the above block is executed? (Choose all that apply)
send
light_mode
delete
Question #14
View the Exhibit and examine the structure of the EMP table.

You want to create two procedures using the overloading feature to search for employee details based on either the employee name or employee number.
Which two rules should you apply to ensure that the overloading feature is used successfully? (Choose two.)

You want to create two procedures using the overloading feature to search for employee details based on either the employee name or employee number.
Which two rules should you apply to ensure that the overloading feature is used successfully? (Choose two.)
- AThe procedures can be either stand-alone or packaged.
- BThe procedures should be created only as packaged subprograms.
- CThe procedures should be created only as stand-alone subprograms.
- DEach subprogram's formal parameters should differ in both name and data type.
- EThe formal parameters of each subprogram should differ in data type but can use the same names.
Correct Answer:
BE
BE
send
light_mode
delete
Question #15
Which two statements are true about the instead of triggers? (Choose two.)
- ADelete operations cannot be performed using the instead of triggers.
- BThe instead or triggers must be created to add or modify data through any view.
- CThe instead of triggers can be written only for views, and the before and after timing options are not valid.
- DThe check option for views is not enforced when Insertions or updates to the view are performed by using the instead of triggers.
Correct Answer:
CD
References:
CD
References:
send
light_mode
delete
All Pages