On Mon, Dec 22, 2003 at 12:26:18 -0500,
Jodi Kanter <jkanter@virginia.edu> wrote:
> I missed a constraint the last time that I loaded my database. Can I add
> an additional constraint without having to drop and rerun the table?
> If not, can I do just that one table without having to do the entire schema?
> Jodi
ALTER TABLE should allow you to do this.