answersLogoWhite

0


Best Answer

1) Entity Integrity: In a base relation, no attribute of a primary key can be null.

2) Referential Integrity: If foreign key exists in a relation, either foreign key value must match a candidate key value of some tuple in its home relation or foreign key value must be wholly null

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain two rules in relational model of database systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is MySQL DBMS or RDBMS?

AnswerMySQL, like most modern Database Management Systems is based on the relational model. So it is a RDBMS (Relational Database Management System).


What is the most popular database model?

Relational Database Model


Does the Microsoft Access use a relational or flat-file model?

Access can use a relational model of a database design.


What kind of a database management system is Oracle Database?

Oracle database is the first database management system based on the System-R model of IBM and the first relational database that uses SQL. Though it supports various operating systems.


Limitations and benefits of rational database model?

One of the advantages of a relational database model is that the broken keys and records and the data complexity are usually simplified. The disadvantage of the relational database model is that it requires sophisticated processing power which is very costly.


2 Explain why navigation is simple in Relational Data Model than in Hierarchical?

Explain why nevigation is simple relational data model than in hirarchical model


What is a good way to represent a database?

Relational model of database is a good way to represent the database. Also network data model and hierarchical model can be used depending on the requirements.


What model was the Relational Database Management System based on?

The Relational Database Management System was based on a good model. It is based on first-order predicate logic which was discovered in 1969 by a man named Codd.


What is the advantage of relational database model?

The advantages are as follows: The relational database model is by far the most widely used. It is easier to control, more flexible, and more intuitive than other approaches because it organizes data in tables. The relational model can also be used with personal computers and mainframe systems. It allows tables to be linked. This linkage is especially useful when information is needed from multiple tables.


What is the advantages of entity relationship model?

AdvantagesConceptual simplicityVisual representationEffective communicationIntegration with the relational database model


Compare between network hierarchal and relational model?

1. Relational Model : Newer database model; Network Model - Older database model 2. The network model structures data as a tree of records with each record can have multiple parent and child records, forming a lattice structure. The basic data structure of the relational model is the table, where information about a particular entity (say, an employee) is represented in columns and rows 3.The relational model has strong mathematical foundation with set theory and predicate logic. Network Model has no strong mathematical background. 4. Relational model is the most flexible of the database models. Network model is not very flexible. 5. Relational model has widespead use. Network model has limited use.


What is relational in relational model?

A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model. A short definition of an RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.