I am trying to delete a group of DB2 tables of which some are parent and some are child. Parent has unique constraints on. I delete all the children tables and there is no problem but not the parent. What is unique constraints? How can I delete them without dropping the table. Where can I get some help from this.