Tell us what are Constraints?

Submitted by: Muhammad
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
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers