what is sql.

Answer Posted / james

Abbreviation of structured query language, and pronounced
either see-kwell or as separate letters. SQL is a
standardized query language for requesting information from
a database. The original version called SEQUEL (structured
English query language) was designed by an IBM research
center in 1974 and 1975. SQL was first introduced as a
commercial database system in 1979 by Oracle Corporation.

Historically, SQL has been the favorite query language for
database management systems running on minicomputers and
mainframes. Increasingly, however, SQL is being supported
by PC database systems because it supports distributed
databases (databases that are spread out over several
computer systems). This enables several users on a local-
area network to access the same database simultaneously.

Although there are different dialects of SQL, it is
nevertheless the closest thing to a standard query language
that currently exists. In 1986, ANSI approved a rudimentary
version of SQL as the official standard, but most versions
of SQL since then have included many extensions to the ANSI
standard. In 1991, ANSI updated the standard. The new
standard is known as SAG SQL.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sql and t sql?

717


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2762


What do you mean by dbms? What are its different types?

746


Is primary key always clustered index?

733


what happens if you no create privilege in a database? : Sql dba

719






What packages are available to pl/sql developers?

811


How to write pl sql program in mysql command prompt?

711


Do we need to rebuild index after truncate?

703


Which join is like inner join?

762


What is the difference between the conventional and direct path loader? : aql loader

867


Which constraints we can use while creating database in sql?

794


Explain how to use transactions efficiently : transact sql

718


What is union and union all keyword in sql?

724


How we can update the view?

813


Can %notfound return null after a fetch?

756