Answers

Question and Answer:

  Home  Database Developer

⟩ Tell us what are Constraints?

Constraints are used to specify the limit on the data type of the table. It can be specified while creating or altering the table statement. The sample of constraints are:

☛ NOT NULL

☛ CHECK

☛ DEFAULT

☛ UNIQUE

☛ PRIMARY KEY

☛ FOREIGN KEY

 132 views

More Questions for you: