Multiple choice technology databases The keyword IS & AS in Procedure definition Both are same IS will only work AS will only work 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.