Octarine, very well explained, thanks for replying. I was actually under the notion that the-BOOL( TRUE&FALSE) was actually a more concrete method of going about it since there's only two values. But I guess TINYINT being 1 byte wide and fused with the logic: 0 being false and anything else true(1+) is an equally appropriate method; given that MySQL doesn't support BOOL type, right?