Q. You can use the BULK COLLECT INTO clause with the EXECUTE IMMEDIATE statement to store values from each column of a query's result set in a separate collection.

  • (A) Yes
  • (B) No
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (A) Yes
Explanation: The BULK sql passes an entire collection to and fro. The BULK COLLECT INTO clause is used to execute the statements immediately.
Explanation by: Akshay Kulkarni
The BULK sql passes an entire collection to and fro. The BULK COLLECT INTO clause is used to execute the statements immediately.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
181
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
90%
Success Rate