You guys are always so helpful, this is like my "go-to" forum for bizarre questions :P
Not sure if this should be enforced by the SQL server or the Application itself.
If we have a table with 2 columns of type int, ColumnA and ColumnB, is there a way to make a rule that says ColumnB must be >= (greater than or equal to) ColumnA?
Is that something that should be enforced SQL side (if even possible) or application side?