1
1

Which of the following is not a PL/SQL unit?

Which of the following is not a PL/SQL unit?
1). function
2). library
3). trigger
4). header

This Question has 1 answers.

PL/SQL block contains the SQL instruction that used to interact with the database server.

All the PL/SQL units are treated as PL/SQL blocks.

Following are the different type of PL/SQL units:

  • Anonymous Block
  • Function
  • Library
  • Procedure
  • Package Body
  • Package Specification
  • Trigger
  • Type
  • Type Body

Hence Header is the answer

Add Answer / Comment

Captcha Image