Multiple choice technology databases

The keyword IS & AS in Procedure definition

  1. Both are same

  2. IS will only work

  3. AS will only work

  4. Both cannot be used in procedure definition

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Oracle PL/SQL procedure definitions, IS and AS are completely interchangeable keywords. Both work identically - you can use either 'IS' or 'AS' when declaring a procedure. This is a legacy compatibility feature from Oracle's PL/SQL evolution.