How to get a constraint with the column it applies to in Derby database -
i want store constraints of tables in current derby database,but how constraint referenced column?
for example,i have table named "customer" primary key "customer_id", how primary key , column customer_id in case of know table name?
Comments
Post a Comment