What is the use of cantraints?

1 answer

Answer

1023224

2026-05-21 20:30

+ Follow

Constraints are used to enforce rules and limitations on the data that can be stored in a database table. They help ensure data integrity by preventing invalid or inconsistent data from being added to the database. Common types of constraints include primary key, foreign key, unique, and check constraints.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.