Multiple choice technology mainframe

The SQL statement EXECUTE IMMEDIATE causes an SQL statement to prepare and execute, dynamically, at run time.

  1. True

  2. False

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

The EXECUTE IMMEDIATE statement in SQL is used to prepare and execute dynamic SQL statements at run time. This allows developers to build and run queries dynamically based on runtime conditions.