answersLogoWhite

0

Disadivantages of relational database system

Updated: 8/16/2019
User Avatar

Wiki User

8y ago

Best Answer

The main disadvantage of a relational database is that it is slow and computationally intensive. Other disadvantages are:

  • Extracting a meaningful information from the data takes a lot of time as the data is stored in multiple tables.
  • The data complexity grows with the increase in the number of relations.
User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Disadivantages of relational database system
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is full form of rdbms?

Relational Database Management System Relational Database Management System


What are the differences between database management system Vs relational dbms?

the database management system analysis the data or record but relational database management system links the database to each other.


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 type of database is Oracle?

Oracle is Relational database management System(RDBMS).


What is the purpose of a relational database system?

why u asking me


What are the advantage and disadvantage of relational database management system?

s


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


What are the different types of management systems?

1. relational database management system(RDBMS) 2. object Rdbms. 1. relational database management system(RDBMS) 2. object Rdbms.


The meaning of Oracle is?

Oracle is relational DataBase


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 a relational completeness?

Relational completeness refers to the ability of a database management system to represent all relational operations and constraints. It ensures that the system can handle queries, updates, and integrity constraints effectively without compromising the accuracy or consistency of the data. Relational completeness is a key feature of relational database systems to ensure proper data management.


Difference between database and relational database explain with example?

Database = Generic name for a system to store data Relational Database = A specific type of database that utilizes relationships between data to not only store the data but further its efficiency in its manipulation.