Dheeraj Dhamija
Answered On : Apr 4th, 2007
Boolean
Login to rate this answer.
It returns TRUE or FALSE.
so it is BOOLEAN
Login to rate this answer.
ayisham
Answered On : Jul 31st, 2011
the value of :system.last_record is either true or false.so it must be Boolean
Login to rate this answer.
Raj
Answered On : Oct 10th, 2011
It is of type Character as you always compare
if :system.last_record = 'TRUE' then
........
........
end if;
Login to rate this answer.
Shital Mistry
Answered On : Aug 11th, 2012
It is c. Character data type.
Login to rate this answer.