The Relational model has _____ components?

Showing Answers 1 - 9 of 9 Answers

Mohd Imran

  • Mar 26th, 2007
 

Relational model consists of three components:

  1. A SET OF RULES for maintaining the INTEGRITY of the database.
  2. MANIPULATIVE component consisting of a set of high-level operations which act upon and produce whole tables.
  3. A Structural component -- a set of TABLES (also called RELATIONS).

  Was this answer useful?  Yes

The Relational model contains 3 components 1)set of relations and set of domains ( data structure).
2)Integrity rules (data integrity) and
3)The operation that can be operate on the data (data manipulation).

  Was this answer useful?  Yes

ZAHID

  • Nov 20th, 2016
 

Three Components:
1. Data Structure (Data organization in the form of table with row and table)
2. Data Manipulation (Operation perform(using SQL) on data stored in relation)
3. Data Integrity (Maintain data stored in relation for long time)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions