Posts discussing topic ‘Boolean Algebra’

Using Boolean algebra in SQL

On Friday, May 16, 2008 - 01:59 in ,

Recently I was working on a procedure which required that I marked some items in different categories, and then based on that marking we have to summarize items in different sections. I have extracted the main idea from this procedure for our example. It is using some Boolean algebra to segregate items into different sections.

(Continue Reading …)