Multiple choice Which of the following are correct about the Constraints? Constraints can be defined along with the table definition using CREATE. Constraints can be imposed on the table columns using ALTER statement after the table is defined. Constraints can be enabled and/or disabled. Constraints can be dropped if not required using ALTER - DROP. All the above are correct. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, It is TRUE. But, take a look at the other choices before marking your answer. Option 5 is the correct answer.