EXECUTE IMMEDIATE

EXECUTE IMMEDIATE combines the basic functions of the PREPARE and EXECUTE statements. It can be used to prepare and execute SQL statements that contain neither variables nor parameter markers.

For more information, see EXECUTE IMMEDIATE in the SQL Reference topic in the Information CenterLink to Information center.