employer cover photo
employer logo
employer logo

State of Minnesota

Is this your company?

State of Minnesota interview question

What are Constraints in SQL?

Interview Answer

Anonymous

11 Feb 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.