answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Who developed the structured query language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who discovered sql?

SQL (Structured Query Language) was developed by IBM in the 1970s. It was initially known as SEQUEL (Structured English Query Language) and was later standardized by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO).


What is the abbreviation of Htsql?

hypertext structured query language


What does SQL as in databases stand for?

Structured Query Language


What is SQL in computer talk?

Structured Query Language,


What was the original name of SQL?

structured query language


Which query language will use in MS Access to maintain database?

It uses a version of SQL. (Structured Query Language).


What is meant by sql?

sql stands for structured query language.


What is the full form of SQL in computer?

Structured Query Language


What is the purpose of SQLPLUS?

SQLPLUS, also written as SQL+ or SQL*Plus and pronounced "sequel plus" is a type of non-compiled (scripted) computer language that is used to write programs for accessing relational databases. The SQL acronym stands for "Simple Query Language" or "Structured Query Language" depending on who you ask. The original language developed by IBM was called SEQUEL (Structured English Query Language) but later changed to SQL due to the name SEQUEL being the trademark of another company. SQL+ is a variant of the original language developed by Oracle Corporation.


Examples of database Query?

The database we use is based on structured query language . To add or retrieve data from the database we use SQL . SQL is the structured query language that provides the syntax to add, modify, update or retrieve data from the database.


What does the acronym SQL stand for?

SQL stands for Structured Query Language as it refers to the type of database query or database server which accepts the query.


What is DDL in databases?

DDL stands for Data Definition Language, which is a set of commands used to define, alter, and drop database objects like tables, indexes, and views. DDL statements include commands like CREATE, ALTER, and DROP, and they are used to design the structure of the database and its schema.