What is constraints in database management system?

1 answer

Answer

1267827

2026-09-07 01:40

+ Follow

Constraints are sort of restrictions, which restrict the data that can be stored in a relation (Table). or

Constraints are mostly a collection of indexes and triggers that restrict certain actions on a table. There are four types of constraints:

Primary Key ConstraintsUnique ConstraintsCheck ConstraintsForeign Key (FK) Constraints.

- chandrabhan

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.