answersLogoWhite

0

Database management the origin and its growth in sql?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

E. F. Codd introduced the term in his seminal paper "A Relational Model of Data for Large Shared Data Banks", published in 1970. In this paper and later papers he defined what he meant by relational. One well-known definition of what constitutes a relational database system is Codd's 12 rules. However, many of the early implementations of the relational model did not conform to all of Codd's rules, so the term gradually came to describe a broader class of database systems.

Relational databases, as implemented in relational database management systems, have become a predominant choice for the storage of information in new databases used for financial records, manufacturing and logistical information, personnel data and much more. Relational databases have often replaced legacy hierarchical databases and network databases because they are easier to understand and use, even though they are much less efficient. As computer power has increased, the inefficiencies of relational databases, which made them impractical in earlier times, have been outweighed by their ease of use. However, relational databases have been challenged by Object Databases, which were introduced in an attempt to address the object-relational impedance mismatch in relational database, and XML databases. http://en.wikipedia.org/wiki/Relational_...

http://en.wikipedia.org/wiki/Relational_...

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Database management the origin and its growth in sql?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the typical language for database management?

The typical language for database management is SQL. This is one of many programming languages, but this is the predominate one for database management.


What has the author Tim Martyn written?

Tim Martyn has written: 'SQL/400' -- subject(s): Relational databases, Programming, Database management, IBM AS/400 (Computer), SQL (Computer program language) 'DB2/SQL' -- subject(s): Database management, IBM Database 2., SQL (Computer program language)


What does sql stands for?

SQL stands for Structured Query Language. It is a domain-specific language used in programming and designed for managing data in relational database management systems. SQL is used to query, insert, update, and delete data in databases.


What are the differences between Oracle 10g and ms sql database?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


How to backup sql database?

Use program way backup and recovery. Tool repair sql database any version starting with MS SQL Server 2000, including SQL 2005.-------------You can backup SQL server database using SQL Server Management Studio (SSMS), T-SQL or PowerShell.Limitation: Backup created using higher version can't be restored in earlier version of SQL server.


What has the author Jonathan Sayles written?

Jonathan Sayles has written: 'Oracle Sql*Plus for Application Developers' 'QMF' -- subject(s): Database management, IBM Database 2., QMF, SQL/DS 'SQL as a second language' 'SQL for dBASE IV' -- subject(s): DBase IV (Computer file), Database management, SQL (Computer program language) 'How to use Oracle SQL*Plus' -- subject(s): Oracle (Computer file), SQL (Computer program language)


Is SQL a Database?

SQL is not Database, it is a Language used to communicate with Database...


What do you mean sql client?

In the context of computer programming and database management, an SQL client is a software application or tool that allows users to connect to a database server and execute SQL queries against the database. The SQL client provides an interface for users to enter SQL commands, execute those commands against the database, and view the results. Some examples of SQL clients include MySQL Workbench, Microsoft SQL Server Management Studio, and Oracle SQL Developer. SQL clients are commonly used by database administrators, software developers, data analysts, and other professionals who work with databases. They are essential tools for managing and manipulating data in relational databases. For more information, please visit: 1stepGrow


What kind of a database management system is Oracle Database?

Oracle database is the first database management system based on the System-R model of IBM and the first relational database that uses SQL. Though it supports various operating systems.


Is there any language other than SQL where DML is used?

integrated database management system


What is SQL?

SQL stands for Structured Query Language. It is a language for dealing with RDBMSs (Relational Database Management Systems). SQL allows you to create, read, update and delete relational databases, along with tables within these databases.


What are the differences between Oracle and SQL?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.