Question d’entretien chez State of Minnesota

What are Constraints in SQL?

Réponse à la question d'entretien

Utilisateur anonyme

11 févr. 2021

Constraints are used to specify the rules concerning data in the table. It can be applied for single or multiple fields in an SQL table during creation of table or after creating using the ALTER TABLE command.