___________ defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.

___________ defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity. Correct Answer Constraint

SQL constraints are used to specify rules for the data in a table.If there is any violation between the constraint and the data action, the action is aborted by the constraint.

Related Questions

You are the database administrator of a SQL Server 2000 computer. The server contains your company's Accounts database. Hundreds of users access the database each day.Because you have had power interruptions in the past, you want to protect the physical integrity of the Accounts database. You do not want to slow down server operations.What should you do?