What type of SQL statement must you use execute immediate?
Can we use execute immediate for select statement? The program can use EXECUTE IMMEDIATE. EXECUTE IMMEDIATE defines a select loop to process the returned rows. If the select returns only one row, it is not necessary to use a select loop. What is execute immediate? Quotes and execute immediate As we see, the Oracle EXECUTE …