sql - Do we need to delete the constraints when we mark some table columns as unused? -


there couple of columns have constraints on them. setting these columns unused. should dropping constraints?

you can drop constraints if want, there's no rule saying have to.

if end later dropping columns, constraints dropped automatically anyway.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -