EXECUTE IMMEDIATE

The EXECUTE IMMEDIATE statement:

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.