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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -