Page 1 of 1

Click the Exhibit button to view the exhibit Given the exhibit, which is the correct syntax forexecuting the INSERT stat

Posted: Fri Aug 26, 2022 9:58 am
by answerhappygod
Click the Exhibit button to view the exhibit Given the exhibit, which is the correct syntax forexecuting the INSERT statement?

A. EXECUTE ex_stmt1
B. EXECUTE prep_var1
C. EXECUTE ex_stmt1 USING stock.*
D. EXECUTE prep_var1 USING stock.* E. EXECUTE ex_stmt1 USING stock_rec.* F. EXECUTE prep_var1 USING stock_rec.*