PL SQL Interview Questions


Q.  To process most dynamic SQL statements, you use the EXECUTE IMMEDIATE statement. To process a multi-row query (SELECT statement), which of these statements would you use?

a. OPEN-FOR
b. FETCH
c. CLOSE
d. All mentioned above



 
 

    Discussion

Post your comment / Share knowledge