Can bitwise math be used for one-to-many relationships in SQL?

Viewed 986

Proper normalization in an RDBMS means a proliferation of tables. Integer fields can store orthogonal data as bits – can this be used as a substitute for an additional table, without sacrificing relational integrity?

3 Answers
Related