answersLogoWhite

0

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

16y ago

What else can I help you with?

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.


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.


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.


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.


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.