answersLogoWhite

0


Best Answer

Dr. Edgar F. Codd in 1970 in his book titled "A Relational Model of Data for Large Shared Data-banks".

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who developed the concept of relational database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What kind of database exist?

The two major commercial classes of database are; relational and non-relational. Example of non-relational databases include Informix c-isam and dbisam. The main relational databases are; MS SQL Server, Sybase, Oracle, Progress, mySQL.


What is relational in relational model?

A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model. A short definition of an RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.


Is SQL an open source software or open access software?

SQL is not software in the sense that you can run it as a stand-alone program. SQL stands for Structured Query Language and is that a language for querying relational databases. It was originally developed at IBM and became the de facto standard relational database query language in the 1980s.In order to execute (run) SQL queries against a database, you need an implementation that can interpret the SQL statement and return the data as specified from your data store. Also, Open Access as a concept does not apply to software. See related links for details.


What is the difference between database and relational database?

A database is something that stores data. Using tools called Database Management Systems(like Oracle, Informix, Sybase, DB2), you can create, view, modify, and delete databases. Databases can be -Relational -Object Oriented -Object Relational Relational database stores data in tables(called realtions). These tables are related to each other.Just like in our family, our relations are related with each other. In Object Oriented Databases, the information is stored in the form of Objects as in Object Oriented Programming.OODBMS makes database objects appear as programming language objects in one or more porgramming languages. Object relational databases combine the features of both Object Oriented as well as Relational databases. Here you can not only store simple data like text in relational, but you can also store complex objects like images, audio and video in tables.


What is the basic cocept of RDMBS?

RBMBS stands for "relational database management systems" A very basic concept is: a system for collectingpieces of information about a person or entity or even a product that allows for a sensible and or logical presentation at will, different forms or structure for a particular purpose. For example a telephone directory of names and individuals listing is a relational database. The phone directory like the white pages that we normally use is one form ofa database.Another form of the same database thatis used by an emergency agency or police department, (the so called reverse directory) is a database of the sameinformation but listed with the number first instead of the name of the person.

Related questions

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.


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.


The meaning of Oracle is?

Oracle is relational DataBase


What is the best relational database software for mac?

The best relational database is Valentina Studio.


Why is a relational database needed?

A relational database is needed for many things. A relational database is known for collecting and organizing various data items into different charts and pictures.


Who is known as the father of database?

Dr. Edgar F. Codd is often referred to as the father of the relational model for database management. He introduced the concept in his influential paper in 1970, which laid the foundation for modern relational databases.


What is full form of rdbms?

Relational Database Management System Relational Database Management System


What is the building block of a relational database?

I think "TABLE" is the main building block of relational database


Can a relational database support one to one?

Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.Yes. A one to one relationship is one of the types of relationships a relational database can have.


What is the relational database?

Relational database: Relational database means a collection data stored in different tables and each table are linked together by using primary key and foreign key. In relational database, data can be accessed from one table to another without reorganising the required table. The relational database was invented by E. F. Codd at IBM in 1970.


Does a relational database store data in the form of a list?

A relational database stores data in the form of TABLES.


How are relationship between tables expressed in a relational database?

Tables are the basic building blocks of a relational database.