posted 19 years ago
Hi,
(1) i want to create table with a boolean field type - possible?
i thought it would be possible, but i am just having a bit of a headache with the following code...
the error keeps coming up concerning
extra merit BOOLEAN,
it says it is an invalid data type.
do i have to create the table in a PL/SQL block or something?
also, there is a "Bonus" field, in the sense that a bonus is to be calculated ...
i thought of including this code in the actual creation of the table...
but am not sure whether this is necessary at all as it will be calculated. Should i place certain code within the initial definition of the table, so that the bonus field is always created each time the table is viewed?
Or should i not include it in the creation of the table at all?