Anonymous

What Does SQL Stand For?

3

3 Answers

Swarda Padwal Profile
Swarda Padwal answered
SQL stands for Structured Query Language. It cab be pronounced simply as S-Q-L or 'sequel'. It acts as an interface between the user and the information stored in database system. It is structured in such a way that one can easily access any information. It is an interactive programming language. One can use this query language to insert, select or update any data.

It was designed by Donald D. Chamberlin and Ronald F. Boyce. It was developed under the auspices of IBM (International Business Machine) in the year 1974. It was first developed on the mainframe computers and then on minicomputers. Today, it is popular on Personal computers (PCs). It is accepted as a standard by ISO (International Standards Organization) and ANSI (American National Standards Institute).
tarun singh Profile
tarun singh answered
SQL is Structured Query Language.
It only defines that what data should be fetched and not how it is fetched frm the database.It is said Structured because there is certain Structure of query to fetch data frm database.
Anonymous Profile
Anonymous answered
SQL stands for Structured Query Language.  It is used to retrieve, manipulate, and store data in a relational database.  You can learn SQL by going through an online SQL tutorial.

Answer Question

Anonymous