Multiple choice technology databases

What is the command used to encrypt a PL/SQL application

  1. ENCRYPT

  2. DECRYPT

  3. WRAP

  4. UNWRAP

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

The WRAP command is used to encrypt PL/SQL source code. It obfuscates the code by converting it to a format that's not human-readable but remains executable. This protects intellectual property while allowing the database to execute the code. ENCRYPT, DECRYPT, and UNWRAP are not valid PL/SQL commands.