Previous Topic: Dynamic SQLNext Topic: Using EXECUTE IMMEDIATE


Dynamic Insert, Update, and Delete Operations

You can perform a dynamic insert, update, or delete using EXECUTE or EXECUTE IMMEDIATE. EXECUTE is valid only when the statement has been dynamically compiled with a PREPARE statement.