Multiple choice technology programming languages

Which one is an example of session control statements ?

  1. savepoint

  2. alter system

  3. set role

  4. execute

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

SET ROLE is a session control statement that changes the current user's role for the session. SAVEPOINT is a transaction control statement for creating rollback points, ALTER SYSTEM is a DDL command for system-level changes, and EXECUTE runs procedures or PL/SQL blocks.