23.7k views
5 votes
A well-structured relation is a relation that contains a minimum amount of redundancy and that allows users to insert, modify, and delete the rows without error or inconsistencies and is also known as a ________.

1 Answer

5 votes

Answer:

"Table" is the correct answer for the given question.

Step-by-step explanation:

Table are the collection of rows and table in database we can insert the data in the table .The well-structured relation is a table which contains the minimum duplicacy i.e redundancy with the help of normalization concept.

  • In a table the user can insert ,modify and delete the record without any error .
  • The main advantage of well structured relation is that record is consistent .
  • In the well structured relation the duplicacy of record is very minimum.
User Anindis
by
6.9k points