Declare
x number := 5; y number := null; c number := 10;
Begin
if x > y AND x ( Select count(*) from Emp E2 where E1.SAL > E2.SAL )

Choose output of above query.

Options
- 3500,5000,2500
- 5000,2850
- 2850,5750
- 5000,5750


CORRECT ANSWER : 3500,5000,2500

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement