Multiple choice technology databases What is the restriction on using UNION in embedded SQL ? It has to be in a CURSOR cannot be used in Embedded SQL No restrictions None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation UNION must be declared within a CURSOR in embedded SQL because embedded SQL requires declared cursors for result set processing. This is a restriction specific to embedded SQL environments where result sets must be explicitly defined.