answersLogoWhite

0


Best Answer

#.In the field of relational database design, normalization is a systematic way of ensuring that a database structure is suitable for general-purpose querying and free of certain undesirable characteristics-insertion, update, and deletion anomalies-that could lead to a loss of data integrity. ...

1.database contraints provide a way to guarantee that;-rows in a table have valid primary or unique key value.

2.-rows in a dependent table have valid foreign key values that reference rows in a parent table.

3.-individual column values are valid

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

Constraints are part of a database schema definition.They define certain properties that data in a database must comply with.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a data base constraint?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a column constraint and a table constraint?

column constraint is for a single column. table constraint is for an entire table.


Why is a data base useful?

A database is useful because it provides a centralized system for storing, managing, and retrieving data efficiently. It helps maintain data integrity, enables data sharing among multiple users, enhances data security through access control, and supports complex queries and analysis.


Features of primary key?

* In NOT NULL constraint the particular data cannot be NULL,* In UNIQUE constraint the same thing cannot be repeated, it must be unique,* The primary key is simply the combination of both these constraints.


What is the difference between data base and data base management system?

data base means a collection of data,which may be inter related. data base management system is a collection of programs for managing the data base.


What is a redundant constraint?

A constraint which is not required or is extra, presence or absence of such a constraint does not effect the solution of problem


What is mean by type constraint in DBMS?

A foreign key is a type of constraint. In this example the value in a field must be the same as some value in a defined field in another table. Example in a Customer Table you might have a Column (field) named StatusID You would define a foreign key to the table Status, field StatusID. The value in the Customer table, StatusID column must be an entry existing in the Status Table, StatusID column. There are many constraints. The fact that a column can not be NULL (Left blank) is a constraint. Defining what KIND of data, or range of data that can be entered in a column is a constraint.


Who are the database users?

The data base are not people but people make the data base like Steve jobs is a data base maker


What is social design constraint?

what is social design constraint


What is example of data base?

1- internet websites are made of a data base


What data base terminologies?

list 5 data base terminology and explain


What is a factor that limits technology design?

A constraint


Which type of data is used to explain a relationship?

A foreign key constraint is used to represent a relationship in a RDBMS (relational database management system).