How do I validate values of a table for two columns?
for example, I have an employee table with a start date and an end date.
how do I make sure that the start date is always equal or greater than end date when inserting and updating into that table?
Edited by - bp on 03/11/2003 12:09:21 PM