answersLogoWhite

0


Best Answer

SQL was initially developed at IBM by Donald D. Chamberlin and Raymond F. Boyce in the early 1970s.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who designed SQL programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the main uses of the T SQL programming language?

T SQL programming language is designed specifically to communicate instructions to machinery, particularly computers. They are used to create programs in which is controlled by language and communication.


Is SQL is a database programming language?

no.it is not progrmming language.


Database programming language?

Depends upon the database you are talking about MS SQL Server uses SQL and T-SQL programming languages. Oracle is also a SQl based language usings its own 'flavor' PSQL


What is PLSQL?

The Oracle Corporation's application development language is PL/SQL. It is a superset of SQL that uses standard programming-language to supplement the SQL. PL/SQL stands for Procedural Language/Structured Query Language.


What is the programming language DBCC used for?

DBCC stands for Database Console Commands. DBCC is part of the Transact-SQL programming language and is used to troubleshoot and maintain Microsoft SQL servers.


What does the SQL distinct programming sentence stand for?

The SQL distinct programming sentence stand for Structural Query Language. It is a special interfacing program. Its means we need to learn this language like other language i.e C++.


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 and SQL?

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


Can you create a program using SQL?

No you can't. SQL is not a programming language, so it doesn't create programs. It is a query language, and it creates queries. There is a difference. There are various things that programming languages have and that they can do, which would take a more detailed explanation to define. SQL is very limited in what it can do, being specifically designed to work with data and manipulate databases. It does not have the capabilities of a programming language. A query and a program are both a list of commands to do a task, but a program is far more extensive and can do far more things, and so it is very different to a query.


Write the detail of sql?

SQL is a database programming language.By this language we can create ,modify and other updating of our database record.


Is Oracle a programming language?

In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g


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.