I have to design schema for a database table.
It goes like :
field1 is TRUE/FALSE
field2 is TRUE/FALSE
field3 is TRUE/FALSE
field4 is TRUE/FALSE
field5 is char(50) if field4 is TRUE
Can someone suggest an optimal schema for this kind of table.
I am using Informix database.