Decode(false,
ivar>10,'variable is greater than 10',
ivar<25, ' variable is less than 25 ',
'No match found ')
where ivar=25
What will be the answer as tha options are
..Greater than 10 ..Less than 25 ..No match found ..Error : expression is invalid