answersLogoWhite

0


Best Answer

A pivotal setup in designing a relation database is to design the relations making up the database. Although this might appear to be a simple task, many subtleties are waiting to trap the unwary designer. The Advantages to using a relational database system:

You use tables to create the relation. Inside the tables are primary and alternative keys.

The primary keys create the relation between the tables with the alternative keys. The disadvantage: You can lose information if the keys over lap in the requests made by the creator. Sometimes this is true and sometimes it is not. SQL is a type of database, is called structure query language. Which commonly is know to form the structure of the backbone for most relations database query systems. The popularity of this language is because the American Standard Institute standardized it. Another reason is that it was originally developed and marketed by IBM and has thus benefited from a high level of exposure.

User Avatar

Wiki User

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

AnswerBot

1w ago

Advantages: Provides data consistency, allows for data integrity constraints, supports complex queries for data analysis, and offers scalability through normalization.

Disadvantages: Can be complex to design and maintain, may not be as efficient for certain types of data structures like hierarchies or graphs, could experience performance issues with large datasets, and can be more rigid in terms of data structure compared to other database systems.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

A relational database is one that defines relationship between the tables. A relation database maintain data integrity and non redundancy. Due to complexity in relation there is a overhead while searching and processing .

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Advantages and disadvantages of relational database system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What are the advantages disadvanteges of using database?

Advantages of using a database include efficient data organization, easy data retrieval, and data security. However, disadvantages can include high initial setup costs, potential for data redundancy, and complexity of managing and maintaining the database system.


What is the difference between sybase and rdbms?

Sybase is a specific product and company that provides relational database management systems (RDBMS). RDBMS is a general term for a type of database management system that stores data in a structured format using tables. Sybase is one of the many vendors that offer RDBMS solutions.


The developer of a relational database refers to a file as an?

In the context of a relational database, a file is commonly referred to as a table. A table is structured in rows and columns to store related data in a database system. Each table represents a specific entity or concept within the database.


Differences between relational database management system and database management system?

A relational database management system (RDBMS) is a type of DBMS that stores data in a structured format using tables with rows and columns, and enforces relationships between data. A DBMS, on the other hand, is a broader term that encompasses various systems for managing databases, including relational, object-oriented, and NoSQL databases. In summary, an RDBMS is a specific type of DBMS that organizes data in a relational model.


What is object rdbms?

Object-relational database management system (ORDBMS) is a type of database management system that combines characteristics of both relational database systems (RDBMS) and object-oriented database systems. ORDBMS allows the storage of complex data types like images, audio, and video in addition to traditional data types, and supports object-oriented programming concepts such as inheritance and encapsulation. This makes it suitable for applications that require handling both structured and semi-structured data.

Related questions

What is full form of rdbms?

Relational Database Management System Relational Database Management System


What are the disadvantages of normalisation?

When we use Normalisation it does not allow some of the modifications of the database. Another disadvantage of Normalisation is that it is only applicable in the 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


Disadivantages of relational database system?

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.


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

s


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.


Explain three disadvantages of centralized database and distributed database?

what are the disadvantages of centralized database system


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.