Database Table of Boolean Values

Posted by guazz on Stack Overflow See other posts from Stack Overflow or by guazz
Published on 2010-04-22T00:16:38Z Indexed on 2010/04/22 0:23 UTC
Read the original article Hit count: 337

What's the best method of storing a large number of booleans in a database table?

Should I create a column for each boolean value or is there a more optimal method?

Employee Table

IsHardWorking
IsEfficient
IsCrazy
IsOverworked
IsUnderpaid
...etc.

© Stack Overflow or respective owner

Related posts about database

Related posts about database-design